Skip to content

Commit 2dfe72a

Browse files
authored
Merge pull request #396 from co-cddo/chore/role-chaining
fix(ci-lease): skip session tagging on lease-role assume
2 parents 86d16dd + 3f2cf3f commit 2dfe72a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/scenario-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ jobs:
103103
aws-region: us-east-1
104104
role-duration-seconds: 21600
105105
role-chaining: true
106+
# The default session-tag attempt requires sts:TagSession in the
107+
# target role's trust policy, which CIDeployRole doesn't grant.
108+
role-skip-session-tagging: true
106109

107110
- name: Deploy scenario stack
108111
id: deploy

0 commit comments

Comments
 (0)