Skip to content

Commit de90178

Browse files
authored
config: Add IBM OIDC provider (#1892)
Signed-off-by: Stefan Berger <[email protected]>
1 parent 174991a commit de90178

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/identity/config.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ oidc-issuers:
104104
ci-provider: *github-type
105105
106106
description: "GitHub Actions OIDC auth"
107+
https://sigstore.verify.ibm.com/oauth2:
108+
issuer-url: https://sigstore.verify.ibm.com/oauth2
109+
client-id: sigstore
110+
type: email
111+
112+
description: "IBM OIDC auth"
107113
meta-issuers:
108114
https://*.oic.prod-aks.azure.com/*:
109115
client-id: sigstore

0 commit comments

Comments
 (0)