crossplane-contrib/provider-argocd

Add gRPC web support

Avarei opened this issue · 2 comments

Avarei commented

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.

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.

This has been added in #103