2019-06-06 08:30:52 +00:00
|
|
|
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
|
2022-03-10 12:02:06 +00:00
|
|
|
data in etcd that needs to be kept confidential please make sure to enable authentication.
|
2019-06-06 08:30:52 +00:00
|
|
|
|
|
|
|
You can do that by configuring the settings under [security] in /etc/sysconfig/etcd.
|
2022-03-10 12:02:06 +00:00
|
|
|
For additional guidance please read
|
|
|
|
https://etcd.io/docs/v3.5/op-guide/configuration/#security
|
2019-06-06 08:30:52 +00:00
|
|
|
and
|
2022-03-10 12:02:06 +00:00
|
|
|
https://etcd.io/docs/v3.5/op-guide/authentication
|
2019-06-06 08:30:52 +00:00
|
|
|
to ensure that you enforce proper access control
|