Skip to content
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

Failure when injecting a dynamic key pair into a k8s secret #1595

Open
awilliams-bb opened this issue Apr 15, 2022 · 2 comments
Open

Failure when injecting a dynamic key pair into a k8s secret #1595

awilliams-bb opened this issue Apr 15, 2022 · 2 comments
Labels
lifecycle/stale Denotes an issue or PR that has become stale and will be auto-closed.

Comments

@awilliams-bb
Copy link

awilliams-bb commented Apr 15, 2022

Issue:
When using a dynamic service like AWS Engine in Vault, the key pairs do not match, leading to a bad set of credentials. The issue is caused due to the webhook making separate calls to the AWS Engine (and generating two separate key pairs) for the access key and secret key, resulting in a set of non-matching keys.

Values Example:
vault:aws/creds/my-role#access_key
vault:aws/creds/my-role#secret_key

Using AWS Engine: https://banzaicloud.com/docs/bank-vaults/external-configuration/secrets-engines/#aws

Expected result:
When the webhook reaches out to inject values into a k8s secret, the values are added from a single request to the AWS Engine.

/kind bug

Copy link

Thank you for your contribution! This issue has been automatically marked as stale because it has no recent activity in the last 60 days. It will be closed in 20 days, if no further activity occurs. If this issue is still relevant, please leave a comment to let us know, and the stale label will be automatically removed.

@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR that has become stale and will be auto-closed. label Mar 10, 2024
@csatib02 csatib02 removed the lifecycle/stale Denotes an issue or PR that has become stale and will be auto-closed. label Mar 10, 2024
Copy link

Thank you for your contribution! This issue has been automatically marked as stale because it has no recent activity in the last 60 days. It will be closed in 20 days, if no further activity occurs. If this issue is still relevant, please leave a comment to let us know, and the stale label will be automatically removed.

@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR that has become stale and will be auto-closed. label May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/stale Denotes an issue or PR that has become stale and will be auto-closed.
Projects
None yet
Development

No branches or pull requests

2 participants