Skip to content

Commit

Permalink
Adding additional fulcio-config for Gitpod
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Brough <edward.brough@gmail.com>
  • Loading branch information
ChevronTango committed May 22, 2023
1 parent 1a670f7 commit 59cf06b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/fulcio-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ data:
"IssuerURL": "https://token.actions.githubusercontent.com",
"ClientID": "sigstore",
"Type": "github-workflow"
},
"https://api.gitpod.io/idp": {
"IssuerURL": "https://api.gitpod.io/idp",
"ClientID": "sigstore",
"Type": "email"
}
},
"MetaIssuers": {
Expand Down

0 comments on commit 59cf06b

Please sign in to comment.