summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/cephadm/templates
diff options
context:
space:
mode:
Diffstat (limited to 'src/pybind/mgr/cephadm/templates')
-rw-r--r--src/pybind/mgr/cephadm/templates/services/oauth2-proxy/oauth2-proxy.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pybind/mgr/cephadm/templates/services/oauth2-proxy/oauth2-proxy.conf.j2 b/src/pybind/mgr/cephadm/templates/services/oauth2-proxy/oauth2-proxy.conf.j2
index 20ca8cb6504..c8d9f920adf 100644
--- a/src/pybind/mgr/cephadm/templates/services/oauth2-proxy/oauth2-proxy.conf.j2
+++ b/src/pybind/mgr/cephadm/templates/services/oauth2-proxy/oauth2-proxy.conf.j2
@@ -34,4 +34,4 @@ set_xauthrequest= true
# Secret value for encrypting cookies.
cookie_secret= "{{ cookie_secret }}"
email_domains= "*"
-whitelist_domains= "{{ whitelist_domains | join(',') }}"
+whitelist_domains= "{{ allowlist_domains | join(',') }}"