We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32eb1b4 + 85ec61b commit 567d414Copy full SHA for 567d414
README.md
@@ -161,6 +161,10 @@ Parameters:
161
Description: Arn for the GitHub OIDC Provider.
162
Default: ""
163
Type: String
164
+ OIDCAudience:
165
+ Description: Audience supplied to configure-aws-credentials.
166
+ Default: "sts.amazonaws.com"
167
+ Type: String
168
169
Conditions:
170
CreateOIDCProvider: !Equals
@@ -181,6 +185,8 @@ Resources:
181
185
- !Ref GithubOidc
182
186
- !Ref OIDCProviderArn
183
187
Condition:
188
+ StringEquals:
189
+ token.actions.githubusercontent.com:aud: !Ref OIDCAudience
184
190
StringLike:
191
token.actions.githubusercontent.com:sub: !Sub repo:${GitHubOrg}/${RepositoryName}:*
192
0 commit comments