From 36903ab996106bbfcb123c6d13fb2f0f121ba7f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Goc=C5=82awski?= Date: Tue, 15 Oct 2024 15:35:47 +0200 Subject: [PATCH] Enable automatic refresh of signing keys for Google IDP References: https://github.com/netbirdio/netbird/issues/2269 --- src/pages/selfhosted/identity-providers.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/selfhosted/identity-providers.mdx b/src/pages/selfhosted/identity-providers.mdx index 572fe0b0..b631a70e 100644 --- a/src/pages/selfhosted/identity-providers.mdx +++ b/src/pages/selfhosted/identity-providers.mdx @@ -997,6 +997,7 @@ NETBIRD_TOKEN_SOURCE="idToken" NETBIRD_AUTH_DEVICE_AUTH_PROVIDER="none" NETBIRD_MGMT_IDP="google" +NETBIRD_MGMT_IDP_SIGNKEY_REFRESH=true NETBIRD_IDP_MGMT_EXTRA_SERVICE_ACCOUNT_KEY="" NETBIRD_IDP_MGMT_EXTRA_CUSTOMER_ID="" ```