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

Reduce ssm parameter accessability #50

Open
ArlindNocaj opened this issue Oct 4, 2022 · 0 comments
Open

Reduce ssm parameter accessability #50

ArlindNocaj opened this issue Oct 4, 2022 · 0 comments

Comments

@ArlindNocaj
Copy link

The current setup allows the pipeline to read ssm/parameter/* on the dev account.

I see two options to improve this:
a) reduce to only the required parameters. This might require a lot of effort to add new parameters when project develops further.
b) reduce to defined PREFIX of parameters. This allows still easy adding of new parameters, but restricts it to the project specific prefix.

I prefer option B.

kirit93 pushed a commit that referenced this issue Apr 27, 2023
* add GitHub instructions

* correct systems manager parameter name

* correct IAM managed policy name

* correct sagemaker managed policy name

* assure user that role name doesn't matter

* make GitHub secrets easier to understand

* resolve issue #50 and PutParameter error

* add detailed steps between GitHub Actions & SM project launch

* improve grammar for readability

* removed unecessary service catalog step again & added see what's deployed
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

No branches or pull requests

1 participant