aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-05-23 17:39:26 +0200
committerAlex Auvolat <alex@adnab.me>2022-05-23 17:39:26 +0200
commit2f250a83e14e7fa10810e2bb9925cc125baf670c (patch)
treeea129eb5714859340e8192644cd308c256a59f45
parent1c88ee9bc50a8226fe0c7cf11533ddcf4b183885 (diff)
downloadgarage-2f250a83e14e7fa10810e2bb9925cc125baf670c.tar.gz
garage-2f250a83e14e7fa10810e2bb9925cc125baf670c.zip
fix doc
-rw-r--r--doc/drafts/admin-api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/drafts/admin-api.md b/doc/drafts/admin-api.md
index 9aa3cdbb..e6ce6336 100644
--- a/doc/drafts/admin-api.md
+++ b/doc/drafts/admin-api.md
@@ -12,7 +12,7 @@ when changes are introduced.
The admin API uses two different tokens for acces control, that are specified in the config file's `[admin]` section:
- `metrics_token`: the token for accessing the Metrics endpoint (if this token is not set in the config file, the Metrics endpoint can be accessed without access control);
-- `admin_token`: the token for accessing all of the other administration endpoints (if this token is not set in the config file, these endpoints can be accessed without access control).
+- `admin_token`: the token for accessing all of the other administration endpoints (if this token is not set in the config file, access to these endpoints is disabled entirely).
## Administration API endpoints