This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch jwtoken_multiple_sources
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/jwtoken_multiple_sources by
this push:
new 329148e Document ADMIN_USERS_ADDITIONAL
329148e is described below
commit 329148e1b99df6f9ebc2e0aaa231d5587ca0491d
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]