We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa4789 commit 6ff39a0Copy full SHA for 6ff39a0
1 file changed
AWSS3ELBLogs/CloudFormationTemplates/OIDCWebIdProvider.json
@@ -0,0 +1,19 @@
1
+{
2
+ "AWSTemplateFormatVersion": "2010-09-09",
3
+ "Description": "This Stack creates an Open ID Connect (OIDC) web identity provider and an AWS assumed role.",
4
+ "Resources": {
5
+ "OIDCIdentityProvider": {
6
+ "Type": "AWS::IAM::OIDCProvider",
7
+ "DeletionPolicy": "Retain",
8
+ "Properties": {
9
+ "ClientIdList": [
10
+ "api://1462b192-27f7-4cb9-8523-0f4ecb54b47e"
11
+ ],
12
+ "ThumbprintList": [
13
+ "626d44e704d1ceabe3bf0d53397464ac8080142c"
14
15
+ "Url": "https://sts.windows.net/33e01921-4d64-4f8c-a055-5bdaffd5e33d/"
16
+ }
17
18
19
+}
0 commit comments