aws::iam-openid-connect-provider

Creates an OpenId connect provider.

Example

aws::iam-openid-connect-provider provider-example
    client-ids : [ "sts.amazon.com" ]
    thumb-prints : [ "9e99a48a9960b14926cc7f3b02e22da2b0ab7280" ]
    url : "https://oidc.eks.us-east-2.amazonaws.com/id/50B4045A6F925CDC0F497A99C624"
end

Attributes

Attribute Description
client-ids list A list of client id’s (also knows as audiences) for the the open id connect provider. Maximum allowed items are 100. (Required)
thumb-prints list A list of server certificate thumbprints for the the open id connect provider. See Obtaining the providers thumbprint.
url The url for an identity provider. (Required)
autogen-thumbprint If set to true, a thumbprint from the oidc url will be autogenerated.
autogen-thumbprint-certificate-port The port used to communicate to fetch the certificate for auto generating the thumbprint. Defaults to 443.
tags map The tags for the open id connect provider.

Outputs

Attribute Description
created-date The creation date the open id connect provider.
arn The arn for the open id connect provider.
auto-generated-thumbprint The autogenerated thumbprint for the provided url.