add RESTRICT_GUEST_ACCESS to block unregistered users from all applications

This commit is contained in:
notplants
2026-04-20 17:20:24 +00:00
parent 9922390ce3
commit 38393e1fd1
4 changed files with 36 additions and 0 deletions

View File

@ -3,3 +3,4 @@ export CONFIG_JS_VERSION=v2
export NGINX_CONF_VERSION=v1
export SSO_ENTRYPOINT_VERSION=v6
export SSO_JS_VERSION=v3
export APPLICATION_CONFIG_VERSION=v3