Document GCP permissions, managed tag, and deny policy#247
Open
mintlify[bot] wants to merge 1 commit into
Open
Document GCP permissions, managed tag, and deny policy#247mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
Generated-By: mintlify-agent
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
Triggered by a follow-up backend change that hardens how Porter scopes its access to customer GCP projects. The change adds an opt-in IAM v2 deny policy that blocks the Porter service account from performing destructive operations on resources that do not carry the
porter.run-managed=trueResource Manager tag, and binds that tag to every resource Porter provisions (GKE clusters, VPCs, KMS keys, Secret Manager secrets, GCS buckets, Artifact Registry repositories).Changes
security-and-compliance/gcp-permissions.mdxmirroring the existing AWS permissions page. Covers the bootstrap role, default predefined roles, theporter.run-managedresource tag, the optionalporterManagercustom role, and the optional deny policy (including the Workload Identity exception).Notes
The custom role and deny policy are gated behind feature flags (
gcp_custom_iam_role_enforcementandgcp_iam_deny_policy_enabled) and rolled out per project, so the doc frames them as opt-in features and points customers at Porter support to enable them.