-c
is specified).broker-admin
, proxy-admin
, pulsar-manager-admin
, and admin
.
broker-admin
: is used for inter-broker communications.proxy-admin
: is used for communications between Pulsar proxies and Pulsar brokers.admin
: is used for accessing the pulsar-admin
CLI tool.pulsar-manager-admin
: is used for accessing the StreamNative Console.-symmetric
in the command.
auth.authentication.enabled
, auth.authentication.provider
, and auth.authentication.jwt.enabled
properties in the values.yaml
YAML file.
enabled
: enable or disable authentication on StreamNative Platform.provider
: specify the authentication provider.jwt.enabled
: enable or disable JWT authentication on StreamNative Platform.jwt.usingSecretKey
:
usingSecretKey
option to true
.usingSecretKey
option to false
. This is the default configuration.