-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Javan lacerda <[email protected]>
- Loading branch information
1 parent
442a203
commit c7cde8a
Showing
1 changed file
with
97 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
oidc-issuers: | ||
https://accounts.google.com: | ||
issuer-url: https://accounts.google.com | ||
client-id: sigstore | ||
type: email | ||
contact: [email protected] | ||
description: "Google OIDC auth" | ||
https://agent.buildkite.com: | ||
issuer-url: https://agent.buildkite.com | ||
client-id: sigstore | ||
type: buildkite-job | ||
contact: [email protected] | ||
description: "Buildkite Agent OIDC tokens for job identity" | ||
https://allow.pub: | ||
issuer-url: https://allow.pub | ||
client-id: sigstore | ||
type: spiffe | ||
spiffe-trust-domain: allow.pub | ||
contact: [email protected] | ||
description: "Server side signing support for the OCI registry vcr.pub" | ||
https://auth-staging.eclipse.org/realms/sigstore: | ||
issuer-url: https://auth-staging.eclipse.org/realms/sigstore | ||
client-id: sigstore | ||
type: email | ||
contact: [email protected] | ||
description: "Eclipse Foundation Staging OIDC provider" | ||
https://auth.eclipse.org/auth/realms/sigstore: | ||
issuer-url: https://auth.eclipse.org/auth/realms/sigstore | ||
client-id: sigstore | ||
type: email | ||
contact: [email protected] | ||
description: "Eclipse Foundation Production OIDC provider" | ||
https://dev.gitlab.org: | ||
issuer-url: https://dev.gitlab.org | ||
client-id: sigstore | ||
type: gitlab-pipeline | ||
contact: [email protected] | ||
description: "GitLab OIDC tokens for job identity" | ||
https://gitlab.archlinux.org: | ||
issuer-url: https://gitlab.archlinux.org | ||
client-id: sigstore | ||
type: gitlab-pipeline | ||
contact: [email protected] | ||
description: "GitLab OIDC tokens for job identity" | ||
https://gitlab.com: | ||
issuer-url: https://gitlab.com | ||
client-id: sigstore | ||
type: gitlab-pipeline | ||
contact: [email protected] | ||
description: "GitLab OIDC tokens for job identity" | ||
https://issuer.enforce.dev: | ||
issuer-url: https://issuer.enforce.dev | ||
client-id: sigstore | ||
type: chainguard-identity | ||
contact: [email protected] | ||
description: "Chainguard identity tokens" | ||
https://oauth2.sigstore.dev/auth: | ||
issuer-url: https://oauth2.sigstore.dev/auth | ||
client-id: sigstore | ||
type: email | ||
issuer-claim: $.federated_claims.connector_id | ||
contact: [email protected] | ||
description: "dex address for fulcio" | ||
https://oidc.codefresh.io: | ||
issuer-url: https://oidc.codefresh.io | ||
client-id: sigstore | ||
type: codefresh-workflow | ||
contact: [email protected] | ||
description: "Codefresh OIDC tokens for job identity" | ||
https://ops.gitlab.net: | ||
issuer-url: https://ops.gitlab.net | ||
client-id: sigstore | ||
type: gitlab-pipeline | ||
contact: [email protected] | ||
description: "GitLab OIDC tokens for job identity" | ||
https://token.actions.githubusercontent.com: | ||
issuer-url: https://token.actions.githubusercontent.com | ||
client-id: sigstore | ||
type: github-workflow | ||
contact: [email protected] | ||
description: "GitHub Actions OIDC auth" | ||
meta-issuers: | ||
https://*.oic.prod-aks.azure.com/*: | ||
client-id: sigstore | ||
type: kubernetes | ||
https://container.googleapis.com/v1/projects/*/locations/*/clusters/*: | ||
client-id: sigstore | ||
type: kubernetes | ||
https://oidc.eks.*.amazonaws.com/id/*: | ||
client-id: sigstore | ||
type: kubernetes | ||
https://oidc.prod-aks.azure.com/*: | ||
client-id: sigstore | ||
type: kubernetes | ||
https://token.actions.githubusercontent.com/*: | ||
client-id: sigstore | ||
type: github-workflow |