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
Some ArgoCD instances of my customers are behind a proxy without http2 support.
The argocd cli allows the use of gRPC-Web in such cases using the --grpc-web and --grpc-web-root-path flags.
How could Crossplane help solve your problem?
Add grpcWeb and grpcWebRootPath to the ProviderConfig and pass it to the client library.
The text was updated successfully, but these errors were encountered:
Crossplane does not currently have enough maintainers to address every issue and pull request. This issue has been automatically marked as stale because it has had no activity in the last 90 days. It will be closed in 7 days if no further activity occurs. Leaving a comment starting with/fresh will mark this issue as not stale.
What problem are you facing?
Some ArgoCD instances of my customers are behind a proxy without http2 support.
The argocd cli allows the use of gRPC-Web in such cases using the
--grpc-web
and--grpc-web-root-path
flags.How could Crossplane help solve your problem?
Add grpcWeb and grpcWebRootPath to the ProviderConfig and pass it to the client library.
The text was updated successfully, but these errors were encountered: