Skip to content

Commit ea40faf

Browse files
Clarify use cases where gRPC's ALTS libraries are supported. (#1464)
See b/416011089.
1 parent 6ce88fb commit ea40faf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/shortcodes/docs/auth_alts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ ALTS in gRPC has the following features:
1818
gRPC users can configure their applications to use ALTS as a transport security
1919
protocol with few lines of code.
2020

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

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

0 commit comments

Comments
 (0)