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

sbp 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 06d9427  Document ADMIN_USERS_ADDITIONAL
06d9427 is described below

commit 06d9427f3a007b74ed01b7cdcf867e24a9faeb75
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon Jan 26 20:19:25 2026 +0000

    Document ADMIN_USERS_ADDITIONAL
---
 DEVELOPMENT.md                | 2 ++
 atr/docs/storage-interface.md | 1 +
 2 files changed, 3 insertions(+)

diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index b8297dd..28a50fa 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -100,6 +100,8 @@ make certs-local
 make serve-local
 ```
 
+To add your username as an administrator of ATR during testing, you can set 
the `ADMIN_USERS_ADDITIONAL` environment variable in the call to make. For 
example: `ADMIN_USERS_ADDITIONAL=alice make serve-local`. This is a comma 
separated variable, so to add `alice` and `bob` you can use 
`ADMIN_USERS_ADDITIONAL=alice,bob`.
+
 **Accessing the site:**
 
 We recommend using `localhost.apache.org`, which requires adding to 
`/etc/hosts`:
diff --git a/atr/docs/storage-interface.md b/atr/docs/storage-interface.md
index 262b9f6..d394275 100644
--- a/atr/docs/storage-interface.md
+++ b/atr/docs/storage-interface.md
@@ -16,6 +16,7 @@
 * [What about audit logging?](#what-about-audit-logging)
 * [How is the filesystem organized?](#how-is-the-filesystem-organized)
 * [How should the filesystem be backed 
up?](#how-should-the-filesystem-be-backed-up)
+* [Outcome design patterns](#outcome-design-patterns)
 
 ## Introduction
 


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

Reply via email to