Nomad
nomad acl command reference
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.
In federated clusters, all ACL updates are forwarded to the
authoritative_region and replicated to non-authoritative regions. This
requires that ACLs have been bootstrapped in the authoritative region.
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 auth-method create- Create a new ACL auth method
- acl auth-method delete- Delete an existing ACL auth method
- acl auth-method info- Fetch information on an existing ACL auth method
- acl auth-method list- List available ACL auth methods
- acl auth-method update- Update existing ACL auth method
- acl binding-rule create- Create a new ACL binding rule
- acl binding-rule delete- Delete an existing ACL binding rule
- acl binding-rule info- Fetch information on an existing ACL binding rule
- acl binding-rule list- List available ACL binding rules
- acl binding-rule update- Update existing ACL binding rule
- 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 policy self- List ACL policies attached to the current workload
- acl role create- Create a new ACL role
- acl role delete- Delete an existing ACL role
- acl role info- Get info on an existing ACL role
- acl role list- List available ACL roles
- acl role update- Update existing ACL role
- 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