Skip to content

Commit

Permalink
Support GitLab Inc's build and release instances as OIDC providers (#…
Browse files Browse the repository at this point in the history
…1327)

Signed-off-by: Balasankar 'Balu' C <[email protected]>
Co-authored-by: Balasankar 'Balu' C <[email protected]>
  • Loading branch information
balasankarc and Balasankar 'Balu' C authored Sep 5, 2023
1 parent 2cfac2f commit c68e1ef
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/fulcio-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ data:
"ClientID": "sigstore",
"Type": "email"
},
"https://dev.gitlab.org": {
"IssuerURL": "https://dev.gitlab.org",
"ClientID": "sigstore",
"Type": "gitlab-pipeline"
},
"https://gitlab.archlinux.org": {
"IssuerURL": "https://gitlab.archlinux.org",
"ClientID": "sigstore",
Expand All @@ -54,6 +59,11 @@ data:
"Type": "email",
"IssuerClaim": "$.federated_claims.connector_id"
},
"https://ops.gitlab.net": {
"IssuerURL": "https://ops.gitlab.net",
"ClientID": "sigstore",
"Type": "gitlab-pipeline"
},
"https://token.actions.githubusercontent.com": {
"IssuerURL": "https://token.actions.githubusercontent.com",
"ClientID": "sigstore",
Expand Down
18 changes: 18 additions & 0 deletions federation/dev.gitlab.org/config.yaml
Original file line number Diff line number Diff line change
@@ -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://dev.gitlab.org
contact: [email protected]
description: "GitLab OIDC tokens for job identity"
type: "gitlab-pipeline"
18 changes: 18 additions & 0 deletions federation/ops.gitlab.net/config.yaml
Original file line number Diff line number Diff line change
@@ -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://ops.gitlab.net
contact: [email protected]
description: "GitLab OIDC tokens for job identity"
type: "gitlab-pipeline"

0 comments on commit c68e1ef

Please sign in to comment.