You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`STEADYBIT_EXTENSION_SEED_BROKERS`|`kafka.seedBrokers`| Brokers hosts (without scheme) with port separated by comma (example: "localhost:9092,localhost:9093" | yes ||
23
-
|`STEADYBIT_EXTENSION_SASL_MECHANISM`|`kafka.auth.saslMechanism`| PLAIN, SCRAM-SHA-256, or SCRAM-SHA-512 | no ||
24
-
|`STEADYBIT_EXTENSION_SASL_USER`|`kafka.auth.saslUser`| Sasl User | no ||
25
-
|`STEADYBIT_EXTENSION_SASL_PASSWORD`|`kafka.auth.saslPassword`| Sasl Password | no ||
26
-
|`STEADYBIT_EXTENSION_KAFKA_CLUSTER_CERT_CHAIN_FILE`|`kafka.auth.kafkaClusterCertChainFile`| The client certificate in PEM format. | no ||
27
-
|`STEADYBIT_EXTENSION_KAFKA_CLUSTER_CERT_KEY_FILE`|`kafka.auth.kafkaClusterCertKeyFile`| The private key associated with the client certificate. | no ||
28
-
|`STEADYBIT_EXTENSION_KAFKA_CLUSTER_CA_FILE`|`kafka.auth.kafkaClusterCaFile`| The Certificate Authority (CA) certificate in PEM format. | no ||
29
-
|`STEADYBIT_EXTENSION_KAFKA_USE_TLS`|`kafka.auth.useTLS`| Switch to "true" to use a TLS connection, empty by default, will use SystemCertPool for RootCAs by default. Specify the certificates attributes above to change the TLS parameters| no ||
30
-
|`STEADYBIT_EXTENSION_DISCOVERY_ATTRIBUTES_EXCLUDES_BROKERS`|`discovery.attributes.excludes.broker`| List of Broker Attributes which will be excluded during discovery. Checked by key equality and supporting trailing "*" | no ||
31
-
|`STEADYBIT_EXTENSION_DISCOVERY_ATTRIBUTES_EXCLUDES_TOPICS`|`discovery.attributes.excludes.topic`| List of Broker Attributes which will be excluded during discovery. Checked by key equality and supporting trailing "*" | no ||
32
-
|`STEADYBIT_EXTENSION_DISCOVERY_ATTRIBUTES_EXCLUDES_CONSUMER_GROUPS`|`discovery.attributes.excludes.consumer`| List of Broker Attributes which will be excluded during discovery. Checked by key equality and supporting trailing "*" | no ||
20
+
| Environment Variable | Helm value | Meaning | Required | Default |
|`STEADYBIT_EXTENSION_SEED_BROKERS`|`kafka.seedBrokers`| Brokers hosts (without scheme) with port separated by comma (example: "localhost:9092,localhost:9093" | yes ||
23
+
|`STEADYBIT_EXTENSION_SASL_MECHANISM`|`kafka.auth.saslMechanism`| PLAIN, SCRAM-SHA-256, or SCRAM-SHA-512 | no ||
24
+
|`STEADYBIT_EXTENSION_SASL_USER`|`kafka.auth.saslUser`| Sasl User | no ||
25
+
|`STEADYBIT_EXTENSION_SASL_PASSWORD`|`kafka.auth.saslPassword`| Sasl Password | no ||
26
+
|`STEADYBIT_EXTENSION_KAFKA_CLUSTER_CERT_CHAIN_FILE`|`kafka.auth.kafkaClusterCertChainFile`| The client certificate in PEM format. | no ||
27
+
|`STEADYBIT_EXTENSION_KAFKA_CLUSTER_CERT_KEY_FILE`|`kafka.auth.kafkaClusterCertKeyFile`| The private key associated with the client certificate. | no ||
28
+
|`STEADYBIT_EXTENSION_KAFKA_CLUSTER_CA_FILE`|`kafka.auth.kafkaClusterCaFile`| The Certificate Authority (CA) certificate in PEM format. | no ||
29
+
|`STEADYBIT_EXTENSION_KAFKA_CONNECTION_USE_TLS`|`kafka.auth.useTLS`| Switch to "true" to use a TLS connection with default system certs, fill the certs fields above if you want to tune the tls connection.| no ||
30
+
|`STEADYBIT_EXTENSION_DISCOVERY_ATTRIBUTES_EXCLUDES_BROKERS`|`discovery.attributes.excludes.broker`| List of Broker Attributes which will be excluded during discovery. Checked by key equality and supporting trailing "*" | no ||
31
+
|`STEADYBIT_EXTENSION_DISCOVERY_ATTRIBUTES_EXCLUDES_TOPICS`|`discovery.attributes.excludes.topic`| List of Broker Attributes which will be excluded during discovery. Checked by key equality and supporting trailing "*" | no ||
32
+
|`STEADYBIT_EXTENSION_DISCOVERY_ATTRIBUTES_EXCLUDES_CONSUMER_GROUPS`|`discovery.attributes.excludes.consumer`| List of Broker Attributes which will be excluded during discovery. Checked by key equality and supporting trailing "*" | no ||
33
33
34
34
The extension supports all environment variables provided
35
35
by [steadybit/extension-kit](https://github.com/steadybit/extension-kit#environment-variables).
0 commit comments