Skip to content

Resolving oidc.eks.<<region>>.amazonaws.comย #3572

@jonmelia

Description

@jonmelia

Description

oidc.eks.<>.amazonaws.com only resolves to a public IP and will not resolve over private link.

Previous issue noted here #3237

Versions

  • Module version [Required]: Any

Reproduction Code [Required]

Any deployment using private api

Steps to reproduce the behavior:

Deploy any cluster over privatelink using vpce endpoints and try and resolve the below dns

Expected behavior

oidc.eks.region.amazonaws.com is a public only endpoint and will not resolve over private link.

data "tls_certificate" "this" {

Can the above data lookup be updated to possibly utilise the dualstack url which will resolve over the private dns

Actual behavior

DNS fails to resolve over privatelink for oidc.eks.<>.amazonaws.com, however will resolve for oidc-eks.eu-west-2.api.aws

Terminal Output Screenshot(s)

Additional context

Not entirely sure if this falls under the module responsibility or is just an AWS feature that causes issues

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