fix(byoc-i): support Kite storage identities - #150
Merged
Conversation
Contributor
Author
|
Coordinated rollout PRs:
Recommended rollout: apply the Terraform maintenance-role permission first, publish the zilliz-cloud infra-agent image, sync paas/vdc chart values, enable the infra-api readiness gate, then promote the production overlays. |
Contributor
Author
|
Scope correction: BYOC-I does not use CloudFormation. All CloudFormation and mode 1 trust-template changes have been removed, and production overlay PR #2133 was closed. The active AWS rollout PRs are zilliz-cloud #8734, merged terraform-zilliz-examples #150, paas-deploy #125, and vdc-deploy #2006. Explicit GCP BYOC-I Kite Workload Identity members are in follow-up terraform-zilliz-examples #151. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AWS BYOC-I
iam:GetRoleandiam:UpdateAssumeRolePolicyon the exact storage roleGCP BYOC-I
vectorlake-kite/kite-coordinatorandvectorlake-kite-pool/kite-index-pool-sainto the storage service account Workload Identity membersExisting dataplanes
AWS roles are repaired by the companion infra-agent after the maintenance-policy update is applied. GCP dataplanes receive the two explicit IAM members when customers rerun
terraform apply.Validation
fmt -check -difftofu init -backend=falseandtofu validateformodules/gcp_byoc_i/iamgit diff --checkCloudFormation is intentionally out of scope because BYOC-I is provisioned through these Terraform modules.