Skip to content

Commit

Permalink
Remove allow.pub as identity provider (#1757)
Browse files Browse the repository at this point in the history
* Remove allow.pub as identity provider

Currently offline and inactive. Spoke offline with maintainer, may add back at a later point

Signed-off-by: Hayden B <[email protected]>

* Remove from docs as well

Signed-off-by: Hayden B <[email protected]>

---------

Signed-off-by: Hayden B <[email protected]>
  • Loading branch information
haydentherapper authored Aug 8, 2024
1 parent 50dbac4 commit ccd120a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
7 changes: 0 additions & 7 deletions config/identity/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ oidc-issuers:
ci-provider: *buildkite-type
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.eclipse.org/auth/realms/sigstore:
issuer-url: https://auth.eclipse.org/auth/realms/sigstore
client-id: sigstore
Expand Down
4 changes: 1 addition & 3 deletions docs/oidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ GitHub supports OIDC tokens for its workflows initiated from GitHub Actions. Thi

SPIFFE-based OIDC providers use a SPIFFE ID as the URI subject alternative name of the certificate, scoped to a domain.

* vcr.pub OCI registry (`allow.pub`)

### Kubernetes

Cloud-based Kubernetes instances can authenticate using OIDC tokens per cluster.
Expand Down Expand Up @@ -326,4 +324,4 @@ The token must include the following claims:
}
```

These claims are used to form the SAN URI of the certificate: `https://buildkite.com/acme-inc/super-duper-app`.
These claims are used to form the SAN URI of the certificate: `https://buildkite.com/acme-inc/super-duper-app`.

0 comments on commit ccd120a

Please sign in to comment.