You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interact with your coding agent using natural language prompts to perform complex data engineering tasks:
@@ -174,11 +178,24 @@ Common issues:
174
178
175
179
## Security Reminder: Agent Environment Hardening
176
180
177
-
Your agent has the power to execute tools and commands on your behalf. Protect your GCP resources by enforcing **Strict Least Privilege** across all CLIs, MCP servers and other resources available to your agents.
178
-
179
-
* Use [service accounts](https://docs.cloud.google.com/docs/authentication/use-service-account-impersonation) for accessing your cloud resources.
180
-
* Assign the service account a role with [limited permissions](https://docs.cloud.google.com/iam/docs/roles-overview).
181
-
* Prevent unwanted cross-org agent access by utilizing **Principal Access Boundaries** to scope your agent to [projects](https://docs.cloud.google.com/iam/docs/principal-access-boundary-policies#use-case-one-project) you intend the agent to access.
182
-
183
-
> [!NOTE]
184
-
> The Principal Access Boundary condition should bind the policy to the service accounts you intend to restrict.
181
+
Your agent can execute tools and commands on your behalf. Protect your Google
182
+
Cloud resources by enforcing **The Principle of Least Privilege** across all
183
+
CLIs, MCP servers and other resources available to your agents.
0 commit comments