You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My IAM OIDC provider is configured to accept the custom-audience-string but it looks like it's not even making it there
Everything works fine if I omit the audience argument, but I was hoping to use one OIDC provider for multiple workflows using multiple audiences. I don't understand why I'm getting this error when audience is both documented and present in the code.
Probably missing something silly because it's Friday afternoon but... please point me to it? Thank you :)
The text was updated successfully, but these errors were encountered:
Aah... I has looked through the code to make sure the audience was in there, but of course I didn't check the dates on the commits and didn't realize it was so recent. Thank you!
Hello,
I have the following step:
With the
audience
line, the job returns:Warning: Unexpected input(s) 'audience', valid inputs are ['aws-access-key-id', 'aws-secret-access-key', 'aws-session-token', 'aws-region', 'mask-aws-account-id', 'role-to-assume', 'web-identity-token-file', 'role-duration-seconds', 'role-session-name', 'role-external-id', 'role-skip-session-tagging']
My IAM OIDC provider is configured to accept the
custom-audience-string
but it looks like it's not even making it thereEverything works fine if I omit the
audience
argument, but I was hoping to use one OIDC provider for multiple workflows using multiple audiences. I don't understand why I'm getting this error whenaudience
is both documented and present in the code.Probably missing something silly because it's Friday afternoon but... please point me to it? Thank you :)
The text was updated successfully, but these errors were encountered: