Anchore-SSO
When configuring SSO into our environment, I noticed that the anchore-sso secret is drafted with this variable:
"idp_metadata_xml": "XML_PLACEHOLDER"
However, what I have done to get it to work was to edit the secret with this value
"idp_metadata_url": "
Is there a way to edit the sso-secret.yaml to allow the secret to use either idp_metadata_xml and idp_metadata_url and use the value that is set into the values.yaml at sso.idpMetadataUrl?