Skip to content

Commit

Permalink
Update address of Fulcio service (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
morri-son authored Dec 9, 2024
1 parent a01211b commit 579ef8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ chains.tekton.dev/transparency-upload: "true"
| Key | Description | Supported Values | Default |
| :--------------------------------- | :------------------------------------------------------------ | :----------------------------------------- | :------------------------------------------------- |
| `signers.x509.fulcio.enabled` | Whether to enable automatic certificates from fulcio. | `true`, `false` | `false` |
| `signers.x509.fulcio.address` | Fulcio address to request certificate from, if enabled | | `https://v1.fulcio.sigstore.dev` |
| `signers.x509.fulcio.address` | Fulcio address to request certificate from, if enabled | | `https://fulcio.sigstore.dev` |
| `signers.x509.fulcio.issuer` | Expected OIDC issuer. | | `https://oauth2.sigstore.dev/auth` |
| `signers.x509.fulcio.provider` | Provider to request ID Token from | `google`, `spiffe`, `github`, `filesystem` | Unset, each provider will be attempted. |
| `signers.x509.identity.token.file` | Path to file containing ID Token. | |
Expand Down

0 comments on commit 579ef8e

Please sign in to comment.