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

feat(SecretProviderClass): add support for objectAlias #941

Merged
merged 5 commits into from
Mar 4, 2024

Conversation

a-bigelow
Copy link
Contributor

Issue #, if available:

Closes #939

Description of changes:

Adds support for the objectAlias parameter via the secretAlias? input. This input lives next to secretName and allows for the name of the kubernetes secret to differ from the name of the AWS Secret or SSM Parameter it is sourced from.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@a-bigelow
Copy link
Contributor Author

Per our conversation @shapirov103

Copy link
Collaborator

@shapirov103 shapirov103 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@a-bigelow great work, please see just a few comments.

You mentioned that this support handles cases when non-json structures are used as secrets. Please add a paragraph on this usage to the docs/addons/secrets-store.md - I am sure customers will be looking for it.

Copy link
Collaborator

@shapirov103 shapirov103 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you for your contribution!

@shapirov103 shapirov103 merged commit 1f9ab20 into aws-quickstart:main Mar 4, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support objectAlias within KubernetesSecretObjectData
2 participants