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

Get values from parameter store? #66

Open
mhp-borisbojic opened this issue Dec 1, 2023 · 3 comments
Open

Get values from parameter store? #66

mhp-borisbojic opened this issue Dec 1, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@mhp-borisbojic
Copy link

Hi there,

while aws-secretsmanager-get-secrets is great and easy to use, i'm still missing an official "action" to get values from the AWS parameter store - or a flag / method that aws-secretsmanager-get-secrets is also able to access them.

Or is there another simple solution? :-)

@fabubacker
Copy link

I am also looking for aws github actions to get values from parameter store.

@goyalya
Copy link

goyalya commented Jan 29, 2024

Thank you for reaching out. We have noted this as a feature request.

@simonmarty simonmarty added the enhancement New feature or request label Jan 29, 2024
@IAXES
Copy link

IAXES commented May 24, 2024

I was about to request the same thing. I've been working on a large-scale multi-tenanted GHA stack using philips-labs/terraform-aws-github-runner, and certain parameters that we wish to "dynamically discover" (e.g. subnet into which Packer builds will launch w/ EBS-builder), and secrets plus this custom action make that possible. However, it's sometimes a pain when some CLI tool needs to work with the secret (i.e. easy to pass masked secrets as CLI args to a CLI tool, but if the tool requires the secret to dynamically injected into a config file, extra steps/hacks are needed). Being able to (via a simple/convenient API like this action) without un-needed masking would be very helpful.

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants