-
Notifications
You must be signed in to change notification settings - Fork 0
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
[DPE-5976] Add admin user #9
Conversation
…der to avoid KeyErrors
…t_leader` method to ClusterManager
…rom the event handlers
# Conflicts: # src/charm.py # src/events/etcd.py # src/managers/cluster.py # tests/unit/test_charm.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @reneradoi. I left some comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments. Well done @reneradoi
…ternal users in the referenced secret
This PR adds the following functionality to the etcd-operator:
root
as per etcd standard)add_user()
,update_password()
andenable_auth()
in theEtcdClient
classsystem-users
with which users can configure a secret_id. The corresponding secret has to be granted to the etcd application and has to include the password as keyroot=...
.