Skip to content

Commit

Permalink
Edited comment
Browse files Browse the repository at this point in the history
  • Loading branch information
divyaac committed May 3, 2024
1 parent 17c9ada commit 4a6cb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependency/vault_read.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ func shimKVv2Path(rawPath, mountPath string) string {
// If the raw path contains "/data/", but it's not the prefix of the path
// it means the namespace on the Vault client
// is different from the namespace prefixing the rawPath. We want to
// keep the rawPath as is, and have the Vault client can pass the namespace as it's header
// keep the rawPath as is, and have the Vault client can pass the namespace as its header
// so the concatenation is handled by the Vault server.
if strings.Contains(p, "/data/") {
return rawPath
Expand Down

0 comments on commit 4a6cb66

Please sign in to comment.