Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add user "etcd" to role "root" so that the default tls client works #68

Merged
merged 1 commit into from
Aug 25, 2021

Conversation

hvgirish
Copy link
Contributor

The default tls client that is created with CN "etcd" is rendered invalid after auth is enabled via initACL configs.

A potential alternative to not merging this change is to configure terraform tfvars with something like

eco_init_acl_users = [
...
  {
    name = "etcd"
    roles = ["root"]
    password = ""
  }
]

However, this is not very obvious and people might expect their client tls certs to be working after auth is enabled.

@Quentin-M
Copy link
Owner

Thank you very much @hvgirish!

@Quentin-M Quentin-M merged commit e7ab44b into Quentin-M:master Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants