Command: acl
The acl
command is used to interact with ACL policies and tokens. Learn more
about using Nomad's ACL system in the Secure Nomad with Access Control
guide.
Usage
Usage: nomad acl <subcommand> [options]
Run nomad acl <subcommand> -h
for help on that subcommand. The following
subcommands are available:
-
acl bootstrap
- Bootstrap the initial ACL token -
acl policy apply
- Create or update ACL policies -
acl policy delete
- Delete an existing ACL policies -
acl policy info
- Fetch information on an existing ACL policy -
acl policy list
- List available ACL policies -
acl token create
- Create new ACL token -
acl token delete
- Delete an existing ACL token -
acl token info
- Get info on an existing ACL token -
acl token list
- List available ACL tokens -
acl token self
- Get info on self ACL token -
acl token update
- Update existing ACL token