Skip to content

Commit a0a5507

Browse files
authored
fix for google organization_number
1 parent 17d291e commit a0a5507

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Limit-access-to-trusted-OIDC-identity-providers/Shared-Issuers.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,12 +293,12 @@
293293
"Action": "sts:AssumeRoleWithWebIdentity",
294294
"Condition": {
295295
"StringEquals": {
296-
"accounts.google.com:organization_number": "123456"
296+
"accounts.google.com:google/organization_number": "123456"
297297
},
298298
"Null": {
299299
"accounts.google.com": "false"
300300
}
301301
}
302-
}
302+
}
303303
]
304304
}

0 commit comments

Comments
 (0)