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
Copy file name to clipboardExpand all lines: docs/index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@ provider "argocd" {
21
21
*`plain_text` - (Optional) Boolean, whether to initiate an unencrypted connection to ArgoCD server.
22
22
*`context` - (Optional) Kubernetes context to load from an existing `.kube/config` file. Can be set through `ARGOCD_CONTEXT` environment variable.
23
23
*`user_agent` - (Optional)
24
-
*`grpc_web` - (Optional) Whether to use gRPC web proxy client.
24
+
*`grpc_web` - (Optional) Whether to use gRPC web proxy client. Useful if Argo CD server is behind proxy which does not support HTTP2.
25
+
*`grpc_web_root_path` - (Optional) Use the gRPC web proxy client and set the web root, e.g. `argo-cd`. Useful if the Argo CD server is behind a proxy at a non-root path.
25
26
*`port_forward` - (Optional)
26
27
*`port_forward_with_namespace` - (Optional)
27
28
*`headers` - (Optional) Additional headers to add to each request to the ArgoCD server.
0 commit comments