diff --git a/config/config.jsn b/config/config.jsn index 6c2dff21e..9def8e28b 100644 --- a/config/config.jsn +++ b/config/config.jsn @@ -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", diff --git a/config/fulcio-config.yaml b/config/fulcio-config.yaml index ba14fc7df..f7404b722 100644 --- a/config/fulcio-config.yaml +++ b/config/fulcio-config.yaml @@ -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", diff --git a/federation/gitpod.io/config.yaml b/federation/gitpod.io/config.yaml new file mode 100644 index 000000000..5f400962b --- /dev/null +++ b/federation/gitpod.io/config.yaml @@ -0,0 +1,18 @@ +# Copyright 2023 The Sigstore Authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +url: https://api.gitpod.io/idp +contact: support@gitpod.io +description: "Gitpod OIDC auth" +type: "email"