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 <edward.brough@gmail.com>
  • Loading branch information
ChevronTango committed Mar 15, 2024
1 parent 1e8e8ea commit b295a67
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 @@ -53,6 +53,11 @@ data:
"ClientID": "sigstore",
"Type": "gitlab-pipeline"
},
"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 @@ -73,11 +78,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: support@gitpod.io
description: "Gitpod OIDC auth"
type: "email"

0 comments on commit b295a67

Please sign in to comment.