Google auth example values for Authservice and Jaeger
Summary
This MR provides example values for enabling google auth for Jaeger through Authservice.
These values have been tested with:
- Istio-controlplane 1.10.4-bb.2
- Authservice extauthz branch (package MR here)
- The upstream authservice image (ghcr.io/istio-ecosystem/authservice/authservice:0.4.1)
- This resolved a certificate authority issue which was resulting in
CERTIFICATE_VERIFY_FAILED
errors in authservice. I believe this could also be resolved while using the ironbank image by providing the appropriate certificate_authority to the authservice config - however, I was unable to find the right value.
- This resolved a certificate authority issue which was resulting in