Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions layouts/shortcodes/docs/auth_alts.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ ALTS in gRPC has the following features:
gRPC users can configure their applications to use ALTS as a transport security
protocol with few lines of code.

Note that ALTS is fully functional if the application runs on
Note that ALTS is fully support for connections between GCP and Google if the application runs on
[Compute Engine](https://cloud.google.com/compute) or
[Google Kubernetes Engine (GKE)](https://cloud.google.com/kubernetes-engine).
[Google Kubernetes Engine (GKE)](https://cloud.google.com/kubernetes-engine). ALTS does not support workload-to-workload authentication between GCP workloads.

{{ with .Page.Params.code.client_credentials -}}

Expand Down