2025-07-01 13:16:57 +00:00
|
|
|
By default etcd doesn't require authentication. If you configure etcd to be reachable
|
2019-06-06 08:30:52 +00:00
|
|
|
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
|
|
|
|
2025-07-01 13:16:57 +00:00
|
|
|
You can do that by configuring the settings under the Security section in /etc/default/etcd.
|
|
|
|
|
|
|
|
|
|
For additional guidance please read:
|
|
|
|
|
https://etcd.io/docs/v3.6/op-guide/configuration/#security
|
|
|
|
|
|
|
|
|
|
And to ensure that you enforce proper access control:
|
|
|
|
|
https://etcd.io/docs/v3.6/op-guide/authentication/
|