e6a51f563d
- Added README.security and wording in the configuration file to ensure users are aware that they need to configure etcd to require authentication OBS-URL: https://build.opensuse.org/request/show/707856 OBS-URL: https://build.opensuse.org/package/show/devel:CaaSP:Head:ControllerNode/etcd?expand=0&rev=15
52 lines
1.6 KiB
Plaintext
52 lines
1.6 KiB
Plaintext
# [member]
|
|
ETCD_NAME=default
|
|
ETCD_DATA_DIR="/var/lib/etcd/default.etcd"
|
|
#ETCD_WAL_DIR=""
|
|
#ETCD_SNAPSHOT_COUNT="10000"
|
|
#ETCD_HEARTBEAT_INTERVAL="100"
|
|
#ETCD_ELECTION_TIMEOUT="1000"
|
|
# Before changing this setting allowing etcd to be reachable over the network
|
|
# or if you have untrustworthy local users on the system where etc runs please
|
|
# make sure to enable authentication in the [security] section below. Please
|
|
# also read README.security for this package
|
|
#ETCD_LISTEN_PEER_URLS="http://localhost:2380"
|
|
ETCD_LISTEN_CLIENT_URLS="http://localhost:2379"
|
|
#ETCD_MAX_SNAPSHOTS="5"
|
|
#ETCD_MAX_WALS="5"
|
|
#ETCD_CORS=""
|
|
#
|
|
#[cluster]
|
|
#ETCD_INITIAL_ADVERTISE_PEER_URLS="http://localhost:2380"
|
|
# if you use different ETCD_NAME (e.g. test), set ETCD_INITIAL_CLUSTER value for this name, i.e. "test=http://..."
|
|
#ETCD_INITIAL_CLUSTER="default=http://localhost:2380"
|
|
#ETCD_INITIAL_CLUSTER_STATE="new"
|
|
#ETCD_INITIAL_CLUSTER_TOKEN="etcd-cluster"
|
|
ETCD_ADVERTISE_CLIENT_URLS="http://localhost:2379"
|
|
#ETCD_DISCOVERY=""
|
|
#ETCD_DISCOVERY_SRV=""
|
|
#ETCD_DISCOVERY_FALLBACK="proxy"
|
|
#ETCD_DISCOVERY_PROXY=""
|
|
#
|
|
#[proxy]
|
|
#ETCD_PROXY="off"
|
|
#ETCD_PROXY_FAILURE_WAIT="5000"
|
|
#ETCD_PROXY_REFRESH_INTERVAL="30000"
|
|
#ETCD_PROXY_DIAL_TIMEOUT="1000"
|
|
#ETCD_PROXY_WRITE_TIMEOUT="5000"
|
|
#ETCD_PROXY_READ_TIMEOUT="0"
|
|
#
|
|
#[security]
|
|
#ETCD_CERT_FILE=""
|
|
#ETCD_KEY_FILE=""
|
|
#ETCD_CLIENT_CERT_AUTH="false"
|
|
#ETCD_TRUSTED_CA_FILE=""
|
|
#ETCD_PEER_CERT_FILE=""
|
|
#ETCD_PEER_KEY_FILE=""
|
|
#ETCD_PEER_CLIENT_CERT_AUTH="false"
|
|
#ETCD_PEER_TRUSTED_CA_FILE=""
|
|
#
|
|
#[logging]
|
|
#ETCD_DEBUG="false"
|
|
# examples for -log-package-levels etcdserver=WARNING,security=DEBUG
|
|
#ETCD_LOG_PACKAGE_LEVELS=""
|