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(aws-ssm): add decryption support for SecureString parameters #1241

Merged
merged 4 commits into from
Mar 27, 2025

Conversation

gdegiorgio
Copy link
Contributor

This PR

Enhances the SSM provider by enabling decryption for SecureString parameters. Previously, parameters retrieved from AWS Systems Manager Parameter Store were treated as plaintext, which prevented proper handling of encrypted values.

Impact:

Users retrieving SecureString parameters will now receive the decrypted values.

No impact on existing plaintext or String parameters.

How to test

  • Retrieving a SecureString parameter using AwsSsmProvider will now return decrypted value

@gdegiorgio gdegiorgio changed the title Feat/aws ssm decryption feat(aws-ssm): add decryption support for SecureString parameters Mar 25, 2025
Signed-off-by: Giovanni De Giorgio <[email protected]>
Signed-off-by: Giovanni De Giorgio <[email protected]>
@gdegiorgio gdegiorgio force-pushed the feat/aws-ssm-decryption branch from 839ebea to 951d77b Compare March 25, 2025 19:58
Signed-off-by: Giovanni De Giorgio <[email protected]>
@gdegiorgio gdegiorgio marked this pull request as ready for review March 25, 2025 20:08
@gdegiorgio gdegiorgio requested a review from a team as a code owner March 25, 2025 20:08
@beeme1mr beeme1mr merged commit 043be44 into open-feature:main Mar 27, 2025
7 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.

2 participants