fix tests. new product advisories enhancements
This commit is contained in:
35
docs/contracts/sigstore-services.example.json
Normal file
35
docs/contracts/sigstore-services.example.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"version": 1,
|
||||
"rekor": {
|
||||
"url": "https://rekor.sigstore.dev",
|
||||
"tile_base_url": "https://rekor.sigstore.dev/tile/",
|
||||
"log_id": "c0d23d6ad406973f9559f3ba2d1ca01f84147d8ffc5b8445c224f98b9591801d",
|
||||
"public_key_target": "rekor-key-v1"
|
||||
},
|
||||
"fulcio": {
|
||||
"url": "https://fulcio.sigstore.dev",
|
||||
"root_cert_target": "fulcio-root-2026Q1"
|
||||
},
|
||||
"ct_log": {
|
||||
"url": "https://ctfe.sigstore.dev",
|
||||
"public_key_target": "ctfe-key-v1"
|
||||
},
|
||||
"timestamp_authority": {
|
||||
"url": "https://tsa.sigstore.dev",
|
||||
"cert_chain_target": "tsa-chain-2026Q1"
|
||||
},
|
||||
"overrides": {
|
||||
"staging": {
|
||||
"rekor_url": "https://rekor.sigstage.dev",
|
||||
"fulcio_url": "https://fulcio.sigstage.dev"
|
||||
},
|
||||
"airgap": {
|
||||
"rekor_url": "https://rekor.internal:8080",
|
||||
"fulcio_url": "https://fulcio.internal:8081"
|
||||
}
|
||||
},
|
||||
"metadata": {
|
||||
"updated_at": "2026-01-25T00:00:00Z",
|
||||
"note": "Production Sigstore endpoints - January 2026"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user