dcos security org service-accounts create
ENTERPRISE
Creating a service account
Description
The dcos security org service-accounts create
command allows you to create a service account and give it a Service Account ID (SID). Be aware that the --public-key
and --secret
options are mutually exclusive.
Usage
dcos security org service-accounts create [OPTIONS] SID
Options
Name | Description |
---|---|
-p , —public-key | Path to public key to use; - reads from STDIN |
-s , —secret <text> | Passphrase to use. |
-d , —description <text> | Description of the newly created service account. ID of the account is used by default. |
-h , —help | Show this message and exit. |
Positional Arguments
Name | Description |
---|---|
SID | Service account ID. (Required) |