From 86394ef3a90c92219e5c6c9328884c1778c5d8f5 Mon Sep 17 00:00:00 2001 From: Hayden B Date: Wed, 30 Oct 2024 12:42:56 -0700 Subject: [PATCH] Add Kaggle identity provider Support for model hub identity provider Signed-off-by: Hayden B --- config/identity/config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/identity/config.yaml b/config/identity/config.yaml index 6f9aba87b..9803e72ee 100644 --- a/config/identity/config.yaml +++ b/config/identity/config.yaml @@ -70,6 +70,12 @@ oidc-issuers: type: email contact: contact@hello.coop description: "Hellō OIDC auth" + https://www.kaggle.com/api/v1/models/signing: + issuer-url: https://www.kaggle.com/api/v1/models/signing + client-id: sigstore + type: email + contact: support@kaggle.com + description: "Kaggle OIDC provider" https://oauth2.sigstore.dev/auth: issuer-url: https://oauth2.sigstore.dev/auth client-id: sigstore