Skip to content

WIP: Add AWS EKS authentication docs for GDK

Taurie Davis requested to merge aws-eks-auth-gdk-docs into master

Proposes a flow for authenticating with AWS EKS when using GDK.

Within our AWS test account, this means:

  • Creating a global IAM User gitlab-local-user with programmatic access
  • Creating a global policy for the IAM User gitlab-local-user-policy that allows it to assume any role whose name ends with -local-provision-role
  • Creating a global policy for provision roles gitlab-local-role-policy

With 1Password, this means:

  • Adding an entry for AWS gitlab-local-user which includes the Account ID, Access key ID, and Secret access key
Edited by Thong Kuah

Merge request reports