poad / get-aws-ssm-parameter

MIT License
1 stars 0 forks source link

Needs to allow `withDecryption` option #490

Open tomharrisonjr opened 1 week ago

tomharrisonjr commented 1 week ago

Quite often, the SSM Parameter Store is used to store secrets that are encrypted, but the current version only returns encrypted values.

The SSM API allows you to pass withDecryption having a value true or false -- this example in the API docs shows how.

poad commented 1 week ago

@tomharrisonjr Thanks. The following Pull Requeest will address this issue. https://github.com/poad/get-aws-ssm-parameter/pull/491

poad commented 1 week ago

@tomharrisonjr A version with decryption option support is now available. v3.0.0. Please upgrade to v3.0.0. You may also specify v3 for the latest version of v3.x.

I would be happy to close the Issue once the issue is resolved.