Skip to content

Commit

Permalink
Merge pull request #381 from securesign/SECURESIGN-938
Browse files Browse the repository at this point in the history
[SECURESIGN-938] Add TUF keys to securesign sample
  • Loading branch information
openshift-merge-bot[bot] authored May 17, 2024
2 parents 986d3eb + 6aeeb0c commit 20413c8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
13 changes: 12 additions & 1 deletion bundle/manifests/rhtas-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,18 @@ metadata:
"tuf": {
"externalAccess": {
"enabled": true
}
},
"keys": [
{
"name": "rekor.pub"
},
{
"name": "ctfe.pub"
},
{
"name": "fulcio_v1.crt.pem"
}
]
}
}
},
Expand Down
4 changes: 4 additions & 0 deletions config/samples/rhtas_v1alpha1_securesign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@ spec:
tuf:
externalAccess:
enabled: true
keys:
- name: rekor.pub
- name: ctfe.pub
- name: fulcio_v1.crt.pem
ctlog:

0 comments on commit 20413c8

Please sign in to comment.