Hope support for ETCD_ROOT_PASSWORD
Environment Variable
#20601
-
What would you like to be added?Add support for an environment variable (e.g., Why is this needed?We previously used the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, @kingsword09. Please note that all Bitnami was doing was to create a new user using Doing this should address your issue. |
Beta Was this translation helpful? Give feedback.
-
@ivanvc Thank you for your prompt response and assistance! Following your suggestion, I was able to resolve the issue by using the following commands: etcdctl user add root --new-user-password "${ETCD_ROOT_PASSWORD}"
etcdctl user grant-role root root
etcdctl auth enable I truly appreciate your patience and support! |
Beta Was this translation helpful? Give feedback.
@ivanvc Thank you for your prompt response and assistance! Following your suggestion, I was able to resolve the issue by using the following commands:
I truly appreciate your patience and support!