docs: add GCP backend authentication guide#493
Open
Roniscend wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation for GCP backend authentication using explicit credentials for both standalone configuration and Kubernetes (Secret-based) deployments, addressing Issue #462.
Changes:
- Documented standalone
backendAuth.gcp.credentialconfiguration using a credentials file or inline JSON. - Added new Kubernetes docs pages for “GCP backend authentication” (main/latest) that reuse a shared guide.
- Introduced a shared Kubernetes guide describing storing ADC JSON in a Secret and referencing it from an AgentgatewayPolicy.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| content/docs/standalone/main/configuration/security/backend-authn.md | Adds standalone examples for explicit GCP ADC credentials (file + inline). |
| content/docs/standalone/latest/configuration/security/backend-authn.md | Same as above for the latest standalone docs track. |
| content/docs/kubernetes/main/security/backend-authn-gcp.md | Adds a Kubernetes “GCP backend authentication” page that reuses the shared guide. |
| content/docs/kubernetes/latest/security/backend-authn-gcp.md | Same as above for the latest Kubernetes docs track. |
| assets/agw-docs/pages/security/backend-authn-gcp.md | New shared guide describing Secret creation and AgentgatewayPolicy configuration for GCP backend auth. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
artberger
reviewed
Jun 2, 2026
artberger
left a comment
Collaborator
There was a problem hiding this comment.
Thanks for opening this PR, I left some suggestions.
Contributor
Author
|
@artberger Thanks for the review ,I'll update the pr |
6b18273 to
b67fd98
Compare
Signed-off-by: Owm <owmdubey163@gmail.com>
Contributor
Author
|
@artberger I have updated the pr can you re review it |
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.
Adds documentation for GCP backend authentication using explicit credentials in both Kubernetes and standalone deployments
Fixes: #462