Skip to content

Commit

Permalink
chore(toolkit-lib): role duration and session tags don't work
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain committed Feb 26, 2025
1 parent 130445d commit ad101f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions projenrc/s3-docs-publishing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export class S3DocsPublishing extends Component {
uses: 'aws-actions/configure-aws-credentials@v4',
with: {
'aws-region': 'us-east-1',
'role-duration-seconds': 14400,
'role-to-assume': '${{ vars.AWS_ROLE_TO_ASSUME_FOR_ACCOUNT }}',
'role-session-name': 'releasing@aws-cdk-cli',
},
Expand All @@ -82,9 +81,8 @@ export class S3DocsPublishing extends Component {
uses: 'aws-actions/configure-aws-credentials@v4',
with: {
'aws-region': 'us-east-1',
'role-duration-seconds': 14400,
'role-to-assume': this.props.roleToAssume,
'role-session-name': 's3publishing@aws-cdk-cli',
'role-session-name': 'S3DocsPublishing@aws-cdk-cli',
'role-chaining': true,
},
},
Expand Down

0 comments on commit ad101f2

Please sign in to comment.