Accepting request 707856 from home:jsegitz:branches:devel:CaaSP:Head:ControllerNode

- 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
This commit is contained in:
Jordi Massaguer
2019-06-06 08:30:52 +00:00
committed by Git OBS Bridge
parent aaaacfe0a0
commit e6a51f563d
4 changed files with 24 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ ETCD_DATA_DIR="/var/lib/etcd/default.etcd"
#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"