CLDSRV-896: Emit IAM ARN in access log Requester field for IAM users#6155
Conversation
❌ 2 Tests Failed:
View the full list of 2 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
|
When an IAM user makes a request, the Requester field in the bucket server access log was emitted as userName:accountName. AWS emits an ARN of the form arn:aws:iam::<accountId>:user/<userName>. Use the IAM ARN that Vault already provides via authInfo to match the AWS S3 server access log format.
9d6ba34 to
fc18430
Compare
|
LGTM |
|
LGTM |
Hello dvasilas,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the |
|
/approve |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: git fetch
git checkout -B w/9.3/bugfix/CLDSRV-896-access-log-requester-arn-format origin/development/9.3
git merge origin/bugfix/CLDSRV-896-access-log-requester-arn-format
# <intense conflict resolution>
git commit
git push -u origin w/9.3/bugfix/CLDSRV-896-access-log-requester-arn-formatThe following options are set: approve |
|
ping |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option The following options are set: approve |
|
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue CLDSRV-896. Goodbye dvasilas. The following options are set: approve |
When an IAM user makes a request, the Requester field in the bucket server access log was emitted as
userName:accountName.AWS emits an ARN of the form
arn:aws:iam::<accountId>:user/<userName>.Use the IAM ARN that Vault already provides via authInfo to match the AWS S3 server access log format.