Skip to content

create an openid_connect_provider resource for the dualstack endpoint #3237

Open
@mmerickel

Description

@mmerickel

Is your request related to a problem? Please describe.

Using module version 20.31.1.

It is not a drop-in replacement to use the new cluster_dualstack_oidc_issuer_url compared to the previous cluster_oidc_issuer_url module output.

For the old issuer_url this module creates an aws_iam_openid_connect_provider resource in the account creating the cluster. However there is not an analogous dualstack provider created for cluster_dualstack_oidc_issuer_url.

Describe the solution you'd like.

  1. Create an aws_iam_openid_connect_provider attached to the dualstack url.
  2. Export that provider from the module via cluster_dualstack_oidc_provider_arn.
  3. Provide a way / migration path to turn off the old issuer url and only create/use the dualstack version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions