mirror of
https://github.com/kemko/nomad.git
synced 2026-01-14 14:25:42 +03:00
* sectionless files plus acl section * alloc section * config, deployment sections * job section * licence, namespace * node, node-pool * operator * plugin, quota, recommendation * scaling, sentinel, server, service, system, var, volume * Add "ENT" label to left nav for enterprise commands * job tag break into separate folder and files; update options header
37 lines
772 B
Plaintext
37 lines
772 B
Plaintext
---
|
|
layout: docs
|
|
page_title: 'nomad acl auth-method list command reference'
|
|
description: |
|
|
The `nomad acl auth-method list` command lists existing access control list (ACL) authentication methods.
|
|
---
|
|
|
|
# `nomad acl auth-method list` command reference
|
|
|
|
The `acl auth-method list` command is used to list existing ACL Auth Methods.
|
|
|
|
## Usage
|
|
|
|
```plaintext
|
|
nomad acl auth-method list [options]
|
|
```
|
|
|
|
## Options
|
|
|
|
- `-json` : Output the ACL auth-methods in a JSON format.
|
|
|
|
- `-t` : Format and display the ACL auth-methods using a Go template.
|
|
|
|
## Examples
|
|
|
|
List all ACL Auth Methods:
|
|
|
|
```shell-session
|
|
$ nomad acl auth-method list
|
|
Name Type Default
|
|
example-acl-auth-method OIDC false
|
|
```
|
|
|
|
## General options
|
|
|
|
@include 'general_options_no_namespace.mdx'
|