Skip to content

Commit

Permalink
Updated ctlog config to include CodeSigning usage.
Browse files Browse the repository at this point in the history
This mirrors the change from sigstore/fulcio#472

Signed-off-by: Kenny Leung <kleung@chainguard.dev>
  • Loading branch information
k4leung4 committed Apr 20, 2022
1 parent 88498ed commit bbe2a3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fulcio-rekor-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
done
# Now wait for all of the rollouts to complete!
for ns in fulcio-system trillian-system rekor-system ctlog-system; do
for ns in trillian-system rekor-system fulcio-system ctlog-system; do
kubectl wait --timeout 10m -n ${ns} --for=condition=Ready pod --all
done
Expand Down
1 change: 1 addition & 0 deletions cmd/ctlog/createctconfig/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ func main() {
PrivateKey: privKeyProto,
PublicKey: &keyspb.PublicKey{Der: keyDER},
LogBackendName: "trillian",
ExtKeyUsages: []string{"CodeSigning"},
}

multiConfig := configpb.LogMultiConfig{
Expand Down

0 comments on commit bbe2a3d

Please sign in to comment.