@@ -34,7 +34,7 @@ default-retention-policy = ""
34
34
# Password for basic user authorization when using meta API. meta-username must also be set.
35
35
# meta-password = "kapapass"
36
36
37
- # Shared secret for JWT bearer token authentication when using meta API.
37
+ # Shared secret for JWT bearer token authentication when using meta API.
38
38
# If this is set, then the `meta-username` and `meta-password` settings are ignored.
39
39
# This should match the `[meta] internal-shared-secret` setting on the meta nodes.
40
40
# meta-internal-shared-secret = "MyVoiceIsMyPassport"
@@ -573,27 +573,46 @@ default-retention-policy = ""
573
573
# Use SSL but skip chain & host verification
574
574
insecure-skip-verify = false
575
575
## Optional SASL Config
576
- # sasl_username = "kafka"
577
- # sasl_password = "secret"
576
+ # sasl-username = "kafka"
577
+ # sasl-password = "secret"
578
+ ## Arbitrary key value string pairs to pass as a TOML table. For example:
579
+ # {logicalCluster = "cluster-042", poolId = "pool-027"}
580
+ # sasl-extensions = {}
578
581
## Optional SASL:
579
582
## one of: OAUTHBEARER, PLAIN, SCRAM-SHA-256, SCRAM-SHA-512, GSSAPI
580
583
## (defaults to PLAIN)
581
- # sasl_mechanism = ""
584
+ # sasl-mechanism = ""
582
585
## used if sasl_mechanism is GSSAPI
583
- # sasl_gssapi_service_name = ""
586
+ # sasl-gssapi-service-name = ""
584
587
# ## One of: KRB5_USER_AUTH and KRB5_KEYTAB_AUTH
585
- # sasl_gssapi_auth_type = "KRB5_USER_AUTH"
586
- # sasl_gssapi_kerberos_config_path = "/"
587
- # sasl_gssapi_realm = "realm"
588
- # sasl_gssapi_key_tab_path = ""
589
- # sasl_gssapi_disable_pafxfast = false
590
- ## Access token used if sasl_mechanism is OAUTHBEARER
591
- # sasl_access_token = ""
592
- ## Arbitrary key value string pairs to pass as a TOML table. For example:
593
- # {logicalCluster = "cluster-042", poolId = "pool-027"}
594
- # sasl_extensions = {}
588
+ # sasl-gssapi-auth-type = "KRB5_USER_AUTH"
589
+ # sasl-gssapi-kerberos-config-path = "/"
590
+ # sasl-gssapi-realm = "realm"
591
+ # sasl-gssapi-key-tab-path = ""
592
+ # sasl-gssapi-disable-pafxfast = false
593
+ ## Options if sasl-mechanism is OAUTHBEARER
594
+ ## The service name to use when authenticating with SASL/OAUTH.
595
+ # ## One of: "" or custom, auth0, azuread
596
+ # sasl-oauth-service = ""
597
+ ## The client ID to use when authenticating with SASL/OAUTH.
598
+ # sasl-oauth-client-id = ""
599
+ ## The client secret to use when authenticating with SASL/OAUTH.
600
+ # sasl-oauth-client-secret = ""
601
+ ## The token URL to use when sasl-oauth-service is custom or auth0. Leave empty otherwise.
602
+ # sasl-oauth-token-url = ""
603
+ ## The margin for the token's expiration time.
604
+ # sasl-oauth-token-expiry-margin = "10s"
605
+ ## Optional scopes to use when authenticating with SASL/OAUTH.
606
+ # sasl-oauth-scopes = ""
607
+ ## Tenant ID for the AzureAD service.
608
+ # sasl-oauth-tenant-id = ""
609
+ ## The optional params for SASL/OAUTH. e.g. audience for AUTH0
610
+ [kafka.sasl-oauth-parameters]
611
+ # audience = ""
612
+ ## Static OAUTH token. Use this instead of other OAUTH params.
613
+ # sasl-access-token = ""
595
614
## SASL protocol version. When connecting to Azure EventHub set to 0.
596
- # sasl_version = 1
615
+ # sasl-version = 1
597
616
598
617
[alerta]
599
618
# Configure Alerta.
0 commit comments