-
Notifications
You must be signed in to change notification settings - Fork 813
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
Added GKE Workload Identity flag to GKE Terraform modules #2928
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again!
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: abmarcum, zmerlynn The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build Succeeded 👏 Build Id: 981be633-1ea4-43f1-a2e0-1da1b9da5f7a The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: 1b2979d3-de9d-4437-9175-481c8f6c48e7 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: f6ae6387-e77d-4ccc-9895-6140a4607679 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
New changes are detected. LGTM label has been removed. |
Build Succeeded 👏 Build Id: 1e40fd9c-8563-4a97-a3ef-4aabbf80c4df The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
…ames#2928) Added GKE Workload Identity flag to GKE Terraform modules
This adds a workload_id flag for both the gke & gke-autopilot Terraform modules. If the option is set to true, this will enable the Workload Identity GKE feature through the associated Terraform GKE option.
By default, this option is set to false and Workload Identity will not be enabled on the GKE cluster.
This option is being added so that Allocation Endpoints can be run on GKE clusters provisioned by the Agones Terraform GKE modules.