Fabian Vogt
985a4c29af
- Drop go_provides macro: it is guarded by if suse_version <= 1110, yet has a negative impact on the general RPM dep/provides scanner (i.e user provides were not added). - Drop go_nostrip macro, as it does nothing useful. OBS-URL: https://build.opensuse.org/request/show/1144493 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/etcd?expand=0&rev=27 |
||
---|---|---|
_service | ||
_servicedata | ||
.gitattributes | ||
.gitignore | ||
etcd-3.5.11.tar.gz | ||
etcd.changes | ||
etcd.conf | ||
etcd.service | ||
etcd.spec | ||
README.security | ||
system-user-etcd.conf | ||
vendor-update.sh | ||
vendor.tar.gz |
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