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.
1 parent bfa7341 commit a8b37beCopy full SHA for a8b37be
docs/guides/modules/security/pages/audit-logs.adoc
@@ -116,7 +116,8 @@ The complete template for the trust relationship is the following:
116
"Action": "sts:AssumeRoleWithWebIdentity",
117
"Condition": {
118
"StringEquals": {
119
- "oidc.circleci.com/org/<org-id>:aud": "<org-id>"
+ "oidc.circleci.com/org/<org-id>:aud": "<org-id>",
120
+ "oidc.circleci.com/org/<org-id>:sub": "org/<org-id>/file-streaming/audit-logs"
121
}
122
123
@@ -141,7 +142,6 @@ The minimum required access policy for the role is as follows:
141
142
"Effect": "Allow",
143
"Action": [
144
"s3:PutObject",
- "s3:GetObject",
145
"s3:ListBucket"
146
],
147
"Resource": [
0 commit comments