Skip to content

Commit 0e817dc

Browse files
committed
docs: add extra info about resetting the ACL token in README
1 parent dd9e947 commit 0e817dc

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,18 @@ across all servers on the cluster, thus it is managed by Pulumi.
9797
This token should also be stored in the Holochain shared vault of the password
9898
manager service so that all developers can access the admin token.
9999
100+
To actually replace the ACL token you first need to reset the ACL bootstrap
101+
token used in Nomad before adding the new token here and re-running the
102+
workflow. See the
103+
[Nomad docs](https://developer.hashicorp.com/nomad/tutorials/access-control/access-control-bootstrap#re-bootstrap-acl-system)
104+
for resetting ACL.
105+
106+
If a new ACL token is used then, any users of Nomad will need to re-generate a
107+
new ACL token using the policies that they need. This includes the token used
108+
in the Wind Tunnel CI which is also managed by Pulumi but in the
109+
[holochain/hc-github-config](https://github.com/holochain/hc-github-config)
110+
repo. This can be done through Nomad's web UI.
111+
100112
Update the token with:
101113
102114
```sh

0 commit comments

Comments
 (0)