From e27d566d632467d370d68dcdb86bc4efc00297e7 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Thu, 12 Dec 2024 13:48:28 -0500 Subject: [PATCH] config: Add IBM OIDC provider Signed-off-by: Stefan Berger --- config/identity/config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/identity/config.yaml b/config/identity/config.yaml index 9803e72ee..516ee045c 100644 --- a/config/identity/config.yaml +++ b/config/identity/config.yaml @@ -104,6 +104,12 @@ oidc-issuers: ci-provider: *github-type contact: tac@sigstore.dev description: "GitHub Actions OIDC auth" + https://sigstore.verify.ibm.com/oauth2: + issuer-url: https://sigstore.verify.ibm.com/oauth2 + client-id: sigstore + type: email + contact: stefanb@us.ibm.com + description: "IBM OIDC auth" meta-issuers: https://*.oic.prod-aks.azure.com/*: client-id: sigstore