You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That makes it sound like I'm being shown the value that ends up as the signing certificate claim "Issuer" (1.3.6.1.4.1.57264.1.1), but I'm not as the printed value can be (and usually is) the sigstore dex proxy ("https://oauth2.sigstore.dev/auth").
Maybe the best solution is
debug print the oidc issuer f"oidc-issuer: {oidc_identity.issuer}"
as special case, if there is a federated issuer, print f"oidc-federated-issuer: {oidc_identity.connector_id}" (the connector_id is currently not exposed but that should be easy)
Signer.sign() does this:
That makes it sound like I'm being shown the value that ends up as the signing certificate claim "Issuer" (1.3.6.1.4.1.57264.1.1), but I'm not as the printed value can be (and usually is) the sigstore dex proxy ("https://oauth2.sigstore.dev/auth").
Maybe the best solution is
f"oidc-issuer: {oidc_identity.issuer}"
f"oidc-federated-issuer: {oidc_identity.connector_id}"
(the connector_id is currently not exposed but that should be easy)cc @lukpueh
The text was updated successfully, but these errors were encountered: