- Update etcd configuration file based on etcd.conf.yml.sample - Fixing a configuration data loss bug: Fillup really really wants that the template and the target file actually follow the sysconfig format. The current config and the current template do not fulfill this requirement. Move the current /etc/sysconfig/etcd to /etc/default/etcd and install a new sysconfig file which only adds the ETCD_OPTIONS option, which is actually used by the unit file. This also makes it a bit cleaner to move etcd to use --config-file in the long run. OBS-URL: https://build.opensuse.org/package/show/devel:kubic/etcd?expand=0&rev=30
11 lines
549 B
Plaintext
11 lines
549 B
Plaintext
By default etcd doesn't require authentication. If you configure etcd to be reachable
|
|
over the network, have untrustworthy local users on the system where etc runs or store
|
|
data in etcd that needs to be kept confidential please make sure to enable authentication.
|
|
|
|
You can do that by configuring the settings under [security] in /etc/sysconfig/etcd.
|
|
For additional guidance please read
|
|
https://etcd.io/docs/v3.5/op-guide/configuration/#security
|
|
and
|
|
https://etcd.io/docs/v3.5/op-guide/authentication
|
|
to ensure that you enforce proper access control
|