blob: 91c6d530856cc224c206597c803560972ecc46e3 [file] [log] [blame]
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
configs:
- name: zookeeperServers
default: ''
description: Zookeeper quorum connection string (comma-separated)
- name: globalZookeeperServers
default: ''
description: Global zookeeper quorum connection string (comma-separated)
- name: zookeeperSessionTimeoutMs
default: '30000'
description: ZooKeeper session timeout
- name: servicePort
default: '6650'
description: Port to use to server binary-proto request
- name: servicePortTls
default: '6651'
description: Port to use to server binary-proto-tls request
- name: webServicePort
default: '8080'
description: Port that discovery service listen on
- name: webServicePortTls
default: '8443'
description: Port to use to server HTTPS request
- name: bindOnLocalhost
default: 'false'
description: Control whether to bind directly on localhost rather than on normal hostname
- name: authenticationEnabled
default: 'false'
description: Enable authentication
- name: authenticationProviders
default: ''
description: Authentication provider name list, which is comma separated list of class names (comma-separated)
- name: authorizationEnabled
default: 'false'
description: Enforce authorization
- name: superUserRoles
default: ''
description: Role names that are treated as "super-user", meaning they will be able to do all admin operations and publish/consume from all topics (comma-separated)
- name: tlsEnabled
default: 'false'
description: Enable TLS
- name: tlsCertificateFilePath
default: ''
description: Path for the TLS certificate file
- name: tlsKeyFilePath
default: ''
description: Path for the TLS private key file