jwks_uri in the chain config is double double quoted
This line is using helm filtering to double quote the entry and adding double quotes outside of the end result. The result is double " which breaks parsing and causes authservice to fail.
UNCLASSIFIED - NO CUI
Currently supported Big Bang Version is 2.49
Attention Iron Bank Customers: On March 27, 2025, we are moving SBOM artifacts from the Anchore Scan job to the Build job to streamline the container hardening pipeline. If you currently download SBOMs from the Anchore Scan job, you can still get them from the Build job and from other sources, including IBFE and image attestations.
This line is using helm filtering to double quote the entry and adding double quotes outside of the end result. The result is double " which breaks parsing and causes authservice to fail.
UNCLASSIFIED - NO CUI