crossplane-contrib / provider-argocd

Crossplane provider to provision and manage Argo CD objects
Apache License 2.0
68 stars 35 forks source link

Add gRPC web support #102

Closed Avarei closed 8 months ago

Avarei commented 11 months ago

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.

github-actions[bot] commented 8 months ago

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.

janwillies commented 8 months ago

This has been added in #103