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

  1. dcos security org service-accounts create [OPTIONS] SID

Options

NameDescription
-p, —public-keyPath 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, —helpShow this message and exit.

Positional Arguments

NameDescription
SIDService account ID. (Required)