From aa3b79d3112c5e6bf5b939b3af0111d1cff9714d Mon Sep 17 00:00:00 2001 From: Prasad Manigaradi Date: Mon, 8 Jan 2024 04:09:41 -0500 Subject: [PATCH] Update setup.env.example (#1433) This parameter is required as per the documentation, but was missing in the default example. --- infrastructure_files/setup.env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infrastructure_files/setup.env.example b/infrastructure_files/setup.env.example index f00aca2b4..a629e40d9 100644 --- a/infrastructure_files/setup.env.example +++ b/infrastructure_files/setup.env.example @@ -65,6 +65,8 @@ NETBIRD_MGMT_IDP="none" # Some IDPs requires different client id and client secret for management api NETBIRD_IDP_MGMT_CLIENT_ID=$NETBIRD_AUTH_CLIENT_ID NETBIRD_IDP_MGMT_CLIENT_SECRET="" +# Required when setting up with Keycloak "https:///admin/realms/netbird" +# NETBIRD_IDP_MGMT_EXTRA_ADMIN_ENDPOINT= # With some IDPs may be needed enabling automatic refresh of signing keys on expire # NETBIRD_MGMT_IDP_SIGNKEY_REFRESH=false # NETBIRD_IDP_MGMT_EXTRA_ variables. See https://docs.netbird.io/selfhosted/identity-providers for more information about your IDP of choice.