Is your feature request related to a problem? Please describe.
We have multiple developers using the same role, and we'd like to be able to audit who performed actions using it.
Describe the solution you'd like
Support for the SourceIdentity attribute described here:
https://aws.amazon.com/blogs/security/how-to-integrate-aws-sts-sourceidentity-with-your-identity-provider/
So that the github username is made available to AWS STS as a SourceIdentity.
Describe alternatives you've considered
We've considered manually passing in the $GITHUB_USER in our scripts, but this requires separate logic for github codespaces vs running on a laptop ($GITHUB_USER vs $USER and/or $LOGNAME) and it requires scripts to remember to do it every time, leaving holes in our audit log if it's ever omitted.
Additional context
n/a
Is your feature request related to a problem? Please describe.
We have multiple developers using the same role, and we'd like to be able to audit who performed actions using it.
Describe the solution you'd like
Support for the
SourceIdentityattribute described here:https://aws.amazon.com/blogs/security/how-to-integrate-aws-sts-sourceidentity-with-your-identity-provider/
So that the github username is made available to AWS STS as a
SourceIdentity.Describe alternatives you've considered
We've considered manually passing in the $GITHUB_USER in our scripts, but this requires separate logic for github codespaces vs running on a laptop (
$GITHUB_USERvs$USERand/or$LOGNAME) and it requires scripts to remember to do it every time, leaving holes in our audit log if it's ever omitted.Additional context
n/a