Skip to content

Commit

Permalink
Fix commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
kisunji committed Nov 15, 2022
1 parent 7074c98 commit e117b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/connect/ca/provider_vault.go
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ func (v *VaultProvider) GenerateIntermediate() (string, error) {
return "", err
}

// Vault
// Vault 1.11+ will return a non-nil response from intermediate/set-signed
if importResp != nil {
err := v.setDefaultIntermediateIssuer(importResp, keyId)
if err != nil {
Expand Down

0 comments on commit e117b64

Please sign in to comment.