From 4f47262a4c104ce07e227f5464cf635543f313f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Wed, 9 Jun 2021 07:51:23 +0300 Subject: [PATCH] Disable Kerberos auth by default --- pinecrypt/server/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinecrypt/server/const.py b/pinecrypt/server/const.py index 3669d12..35ae86c 100644 --- a/pinecrypt/server/const.py +++ b/pinecrypt/server/const.py @@ -146,7 +146,7 @@ REQUEST_SUBNETS = getenv_subnets("AUTH_REQUEST_SUBNETS", "0.0.0.0/0 ::/0").union CRL_SUBNETS = getenv_subnets("AUTH_CRL_SUBNETS", "0.0.0.0/0 ::/0") OVERWRITE_SUBNETS = getenv_subnets("AUTH_OVERWRITE_SUBNETS", "") MACHINE_ENROLLMENT_SUBNETS = getenv_subnets("AUTH_MACHINE_ENROLLMENT_SUBNETS", "0.0.0.0/0 ::/0") -KERBEROS_SUBNETS = getenv_subnets("AUTH_KERBEROS_SUBNETS", "0.0.0.0/0 ::/0") +KERBEROS_SUBNETS = getenv_subnets("AUTH_KERBEROS_SUBNETS", "") PROMETHEUS_SUBNETS = getenv_subnets("PROMETHEUS_SUBNETS", "") BOOTSTRAP_TEMPLATE = ""