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

testsys-launcher: update inputs to allow multiple assumedby roles #831

Merged
merged 1 commit into from
Jun 13, 2023

Conversation

rpkelly
Copy link
Contributor

@rpkelly rpkelly commented May 23, 2023

Description of changes:

testsysAdminAssumedBy parameter has been changed from a run time CFNParameter to a build time CDK context. It may be updated either in cdk.json, or by providing

cdk deploy --context
testsysAdminAssumedBy=comma,seperated,list,of,role,names

This value is a comma seperated list of strings in order to support cli inputs

Testing done:
Deployed stack to AWS account

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

testsysAdminAssumedBy parameter has been changed from a run time
CFNParameter to a build time CDK context. It may be updated either in
cdk.json, or by providing

```
cdk deploy --context
testsysAdminAssumedBy=comma,seperated,list,of,role,names
```

This value is a comma seperated list of strings in order to support cli
inputs
@rpkelly rpkelly requested review from ecpullen and jpmcb May 23, 2023 22:15
@rpkelly rpkelly merged commit dc47d05 into bottlerocket-os:develop Jun 13, 2023
ginglis13 added a commit to ginglis13/bottlerocket-test-system that referenced this pull request Jan 10, 2024
PR bottlerocket-os#831 switched from using parameterized roles for assuming the
testsys-admin role to assuming this role from context. Update
the README instructions for deploying to reflect this.

Signed-off-by: Gavin Inglis <[email protected]>
ginglis13 added a commit to ginglis13/bottlerocket-test-system that referenced this pull request Jan 10, 2024
PR bottlerocket-os#831 switched from using parameterized roles for assuming the
testsys-admin role to assuming this role from context. Update
the README instructions for deploying to reflect this.

Signed-off-by: Gavin Inglis <[email protected]>
ginglis13 added a commit to ginglis13/bottlerocket-test-system that referenced this pull request Jan 10, 2024
PR bottlerocket-os#831 switched from using parameterized roles for assuming the
testsys-admin role to assuming this role from context. Update
the README instructions for deploying to reflect this.

Signed-off-by: Gavin Inglis <[email protected]>
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.

3 participants