This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new 6ce22c0  Document ADMIN_USERS_ADDITIONAL
6ce22c0 is described below

commit 6ce22c06913e0064f23a23b40e3e521daa0c2942
Author: Dave Fisher <[email protected]>
AuthorDate: Sun Feb 8 11:35:36 2026 -0800

    Document ADMIN_USERS_ADDITIONAL
---
 atr/docs/running-the-server.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/atr/docs/running-the-server.md b/atr/docs/running-the-server.md
index 30ba52c..81147cd 100644
--- a/atr/docs/running-the-server.md
+++ b/atr/docs/running-the-server.md
@@ -67,6 +67,7 @@ ATR serves on multiple hosts, but we recommend using 
`localhost.apache.org` cons
 
 ### Environment variables
 
+* `ADMIN_USERS_ADDITIONAL` : Enable additional users as admins
 * `ALLOW_TESTS=1`: Enable test mode with mock authentication
 * `APP_HOST`: Hostname for the application
 * `BIND`: Address and port to bind (default: `127.0.0.1:8080`)
@@ -99,3 +100,9 @@ To clear cached session data:
 2. Restart the server (the `atr/principal.py` module caches authorization in 
memory)
 
 **Note:** Session caching only works in debug mode, which is enabled when 
using `make serve-local`.
+
+If you are working on admin functions without LDAP credentials then start the 
server with:
+
+```
+ADMIN_USERS_ADDITIONAL=<uid> make serve-local`
+```


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to