Kaynağa Gözat

Updating docs for auth_proxy whitelist CIDR support

Jacob Richard 7 yıl önce
ebeveyn
işleme
b785b06598
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      docs/sources/auth/auth-proxy.md

+ 1 - 0
docs/sources/auth/auth-proxy.md

@@ -31,6 +31,7 @@ auto_sign_up = true
 ldap_sync_ttl = 60
 # Limit where auth proxy requests come from by configuring a list of IP addresses.
 # This can be used to prevent users spoofing the X-WEBAUTH-USER header.
+# Example `whitelist = 192.168.1.1, 192.168.1.0/24, 2001::23, 2001::0/120`
 whitelist =
 # Optionally define more headers to sync other user attributes
 # Example `headers = Name:X-WEBAUTH-NAME Email:X-WEBAUTH-EMAIL``