Skip to content

Commit

Permalink
reordering config and adding contact email
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Brough <[email protected]>
  • Loading branch information
ChevronTango committed May 23, 2023
1 parent 59cf06b commit 460bd98
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions config/config.jsn
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"ClientID": "sigstore",
"Type": "email"
},
"https://api.gitpod.io/idp": {
"IssuerURL": "https://api.gitpod.io/idp",
"ClientID": "sigstore",
"Type": "email"
},
"https://oauth2.sigstore.dev/auth": {
"IssuerURL": "https://oauth2.sigstore.dev/auth",
"ClientID": "sigstore",
Expand All @@ -20,11 +25,6 @@
"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"
}
}
}
10 changes: 5 additions & 5 deletions config/fulcio-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ data:
"Type": "spiffe",
"SPIFFETrustDomain": "allow.pub"
},
"https://api.gitpod.io/idp": {
"IssuerURL": "https://api.gitpod.io/idp",
"ClientID": "sigstore",
"Type": "email"
},
"https://gitlab.com": {
"IssuerURL": "https://gitlab.com",
"ClientID": "sigstore",
Expand All @@ -48,11 +53,6 @@ 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
2 changes: 1 addition & 1 deletion federation/gitpod.io/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# limitations under the License.

url: https://api.gitpod.io/idp
contact: tbd
contact: [email protected]
description: "Gitpod OIDC auth"
type: "email"

0 comments on commit 460bd98

Please sign in to comment.