dcos security secrets create-sa-secret

ENTERPRISE

Creating and storing a secret

Description

The dcos security secrets create-sa-secret command allows you to create a service account secret, or create one that can be used by services running on top of DC/OS to log in to a service account.

Usage

  1. dcos security secrets create-sa-secret [OPTIONS] SA_PRIVATE_KEY SA_UID SECRET_PATH

Options

NameDescription
-s,—store-id <text>Secrets backend to use.
—strictEnforce secure cluster communication.
-h, —helpShow this message and exit.

Positional Arguments

NameDescription
SA_PRIVATE_KEYPrivate key that belongs to service account.
SA_UIDService account user ID.
SECRET_PATHSecret path allows you to restrict which services can retrieve the value.

Parent command

CommandDescription
dcos security secretsManage your secrets.