Skip to content

Conversation

@gioddiggi
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

@gioddiggi gioddiggi 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]>
@gioddiggi gioddiggi 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]>
@gioddiggi gioddiggi marked this pull request as ready for review March 25, 2025 20:08
@gioddiggi gioddiggi 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