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:
Last updated