Set Authentication

Flags

Flag

Type/Options

Default

Description

--authentication-enabled

bool

false

Enable authentication configuration

--authentication-public-key-data

string

""

Set authentication public key data

--authentication-public-key-file

string

""

Set authentication public key filename

--authentication-public-key-type

string

""

Set authentication public key type

authentication-public-key-type options: HS256/HS384/HS512/RS256/RS384/RS512/ES256/ES384/ES512

Example

Load key.pem as a public key file encoded with RSA 512:

kubemqctl create cluster --authentication-enabled --authentication-public-key-file ./key.pem --authentication-public-key-type "RS512"

Last updated