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"Values
Value
Type/Options
Default
Description
authentication.key
string
""
Set authentication public key data
authentication.type
string
""
Set authentication public key type
authentication.type options:
HS256/HS384/HS512/RS256/RS384/RS512/ES256/ES384/ES512
Example
Load key.pem as a public key file encoded with RSA 512:
helm install kubemq-cluster --set-file authentication.key=./key.pem --set authentication.type=RS512 kubemq-charts/kubemqLast updated
Was this helpful?