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

ParameterStoreBuildWrapperPlugin:More Information on how to add or update AWS Credential for cross-account deployments in Jenkin #406

Open
jasike opened this issue Sep 9, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@jasike
Copy link

jasike commented Sep 9, 2021

I think it would be helpful to add more information where the AWS Credential with the id '_PARAMETER_STORE_ACCESS' that provides access to ParameterStore for cross account account
should be updated in the Jenkins
Ex.
One-time step:

  • Install the AWS Parameter Store Build Wrapper Plugin on your Jenkins master

  • For cross-account deployments, create an AWS Credential with the id '_PARAMETER_STORE_ACCESS' that provides access to ParameterStore for that account.

    • Click on Manage Credentials
    • Under Stores scoped to Jenkins
    • Click Jenkins
    • Global credentials (unrestricted)
    • Add Credentials
    • Kind --> Select --> AWS Credentials
    • Below click Advanced
    • ID update with the AWS Credential with the id '_PARAMETER_STORE_ACCESS'
    • Ex. UAT_PARAMETER_STORE_ACCESS
    • Add Description of your choice
    • Click Advance
    • Update IAM Role To Use section with the IAM ROLE. Ex arn:aws:iam::0000000000:role/xxx-role/xxxx_prod_xxxx_iam_role
@kmanning kmanning added documentation Improvements or additions to documentation good first issue Good for newcomers labels Sep 9, 2021
@kmanning
Copy link
Collaborator

kmanning commented Sep 9, 2021

Good feedback - this would definitely be great to add.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants