-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Secret fails to mount if objectName contains file path separator (/
)
#1329
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
What steps did you take and what happened:
Created a secret in AWS with a valid ARN, of the form
"arn:aws:secretsmanager:us-east-1:...:secret:api-key/foobar"
Like so:
Broken:
Working:
Received errors:
What did you expect to happen:
Secret is mounted successfully.
Anything else you would like to add:
This works if the secret is renamed to not include a
/
or if anobjectAlias
is used.Which provider are you using:
AWS
Environment:
EKS 1.26
kubectl version
):Server Version: version.Info{Major:"1", Minor:"26+", GitVersion:"v1.26.6-eks-a5565ad", GitCommit:"895ed80e0cdcca657e88e56c6ad64d4998118590", GitTreeState:"clean", BuildDate:"2023-06-16T17:34:03Z", GoVersion:"go1.19.10", Compiler:"gc", Platform:"linux/amd64"}
The text was updated successfully, but these errors were encountered: