todd-dsm / dev-infras

Terraform 101 Material
Apache License 2.0
3 stars 3 forks source link

create oidc provider back to iam users #3

Closed todd-dsm closed 1 year ago

todd-dsm commented 1 year ago

Should configure something (anything) until Users are Federated via IdP. Configuring an OIDC connection back to IAM users should be an acceptable shim.

1) Establish and aws_iam_openid_connect_provider a) validate fingerprint 2) More coming...

todd-dsm commented 1 year ago

There is no inbound OIDC from IAM; only the aws-auth ConfigMap.

There is only outbound OIDC to other AWS resources.

Closing