Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EKS support for authentication using identity providers #17607

Closed
dvulpe opened this issue Feb 13, 2021 · 3 comments · Fixed by #17959
Closed

EKS support for authentication using identity providers #17607

dvulpe opened this issue Feb 13, 2021 · 3 comments · Fixed by #17959
Labels
enhancement Requests to existing resources that expand the functionality or scope. new-resource Introduces a new resource. service/eks Issues and PRs that pertain to the eks service.

Comments

@dvulpe
Copy link
Contributor

dvulpe commented Feb 13, 2021

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

EKS now supports OIDC identity providers as a mechanism of Kubernetes API authentication. This is really great news as it makes kubectl access and end user experience similar to the self managed clusters using the identity provider of choice instead of requiring IAM credentials.

The annoucement is here and AWS have introduced three new API calls:

New or Affected Resource(s)

  • aws_eks_identity_provider_config

Potential Terraform Configuration

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.

resource "aws_eks_identity_provider_config" "config" {
    oidc {
        client_id = ""
        groups_claim = ""
        groups_prefix = ""
        identity_provider_config_name = ""
        issuer_url = ""
        required_claims = {
            "key" = "value"
        }  
       username_claim = ""
       username_prefix = ""
    }
   tags = {
   }
}

References

@dvulpe dvulpe added the enhancement Requests to existing resources that expand the functionality or scope. label Feb 13, 2021
@ghost ghost added the service/eks Issues and PRs that pertain to the eks service. label Feb 13, 2021
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Feb 13, 2021
@ewbankkit ewbankkit added the new-resource Introduces a new resource. label Feb 13, 2021
@ewbankkit
Copy link
Contributor

@anGie44 anGie44 removed the needs-triage Waiting for first response or review from a maintainer. label Feb 16, 2021
@willvrny
Copy link
Contributor

I'm happy to attempt adding this as a new resource.

@github-actions
Copy link

github-actions bot commented Aug 7, 2021

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. new-resource Introduces a new resource. service/eks Issues and PRs that pertain to the eks service.
Projects
None yet
4 participants