Skip to content

Commit

Permalink
Add production OIDC provider for Eclipse (#1472)
Browse files Browse the repository at this point in the history
Signed-off-by: Hayden Blauzvern <[email protected]>
  • Loading branch information
haydentherapper committed Dec 7, 2023
1 parent ddcde27 commit a376f7b
Show file tree
Hide file tree
Showing 2 changed files with 23 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 @@ -38,6 +38,11 @@ data:
"ClientID": "sigstore",
"Type": "email"
},
"https://auth.eclipse.org/auth/realms/sigstore": {
"IssuerURL": "https://auth.eclipse.org/auth/realms/sigstore",
"ClientID": "sigstore",
"Type": "email"
},
"https://dev.gitlab.org": {
"IssuerURL": "https://dev.gitlab.org",
"ClientID": "sigstore",
Expand Down
18 changes: 18 additions & 0 deletions federation/auth.eclipse.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://auth.eclipse.org/auth/realms/sigstore
contact: [email protected]
description: "Eclipse Foundation Production OIDC provider"
type: "email"

0 comments on commit a376f7b

Please sign in to comment.