Skip to content

Commit

Permalink
Merge pull request #95 from Rakshith-R/vault-bug
Browse files Browse the repository at this point in the history
Bug 2061713: rbd: use vaultAuthPath variable name in error msg
  • Loading branch information
openshift-merge-robot authored May 26, 2022
2 parents 56cf5b8 + aeec736 commit d70d403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/kms/vault_sa.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func (kms *vaultTenantSA) parseConfig(config map[string]interface{}) error {
} else if err == nil {
kms.vaultConfig[vault.AuthMountPath], err = detectAuthMountPath(vaultAuthPath)
if err != nil {
return fmt.Errorf("failed to set %s in Vault config: %w", vault.AuthMountPath, err)
return fmt.Errorf("failed to set \"vaultAuthPath\" in Vault config: %w", err)
}
}

Expand Down

0 comments on commit d70d403

Please sign in to comment.