Difference between revisions of "OpenID Connect (OIDC)"

From wikieduonline
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 15: Line 15:
 
* [[Creating an IAM OIDC provider for your EKS cluster]]
 
* [[Creating an IAM OIDC provider for your EKS cluster]]
 
* [[Managing the Amazon EBS CSI driver as an Amazon EKS add-on]]
 
* [[Managing the Amazon EBS CSI driver as an Amazon EKS add-on]]
 +
* Read [[About security hardening with OpenID Connect]]
  
 
== AWS ==
 
== AWS ==
Line 20: Line 21:
 
* <code>[[aws iam create-open-id-connect-provider]]</code>
 
* <code>[[aws iam create-open-id-connect-provider]]</code>
 
* <code>[[aws iam get-open-id-connect-provider]]</code>
 
* <code>[[aws iam get-open-id-connect-provider]]</code>
* [[aws_lb_listener_rule]]
+
* <code>[[aws_lb_listener_rule]]: [[authenticate_oidc]]</code>
 +
* <code>[[aws sts assume-role-with-web-identity]]</code>
 +
* [[Terraform EKS module]]
 +
* [[Dynamic Credentials with the AWS Provider]]
 +
 
 +
== GitHub ==
 +
* [[Terraform module: Github-oidc-provider]]
  
 
==Related terms==
 
==Related terms==
Line 41: Line 48:
 
* [[kubectl config set-credentials]] USER_NAME --auth-provider=oidc .../...
 
* [[kubectl config set-credentials]] USER_NAME --auth-provider=oidc .../...
 
* <code>[[kubectl krew install oidc-login]]</code>
 
* <code>[[kubectl krew install oidc-login]]</code>
 +
* [[Google Cloud Identity]]
  
 
== See also ==
 
== See also ==

Latest revision as of 14:27, 4 July 2024

wikipedia:OpenID Connect identity provider is an authentication layer on top of OAuth 2.0


EKS, aws eks describe-cluster:

        .../...
        "identity": {
            "oidc": {
                "issuer": "https://oidc.eks.us-east-2.amazonaws.com/id/6457185BA3C72F8Axxxxxxxx"
            }
        },

Activities[edit]

AWS[edit]

GitHub[edit]

Related terms[edit]


See also[edit]

  • https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_listener_rule#action-blocks
  • Advertising: