Description
The dcos auth list-providers
command lists available login providers for a cluster.
Usage
dcos auth list-providers <url> [flags]
Options
Name | Description |
---|---|
--json |
Returns a list of providers in JSON format. |
-h , --help |
Displays help for list providers. |
Positional Arguments
Name | Description |
---|---|
<url> |
Example
In this example, the available DC/OS authentication providers are listed.
dcos auth list-providers
The output should resemble:
PROVIDER ID AUTHENTICATION TYPE
dcos-services Authenticate using a DC/OS service user account (using username and private key)
dcos-users Authenticate using a standard DC/OS user account (using username and password)
Parent command
Command | Description |
---|---|
dcos auth | Manage DC/OS identity and access. |