-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
What characters should I use or not use in usernames on etcd? #11785
Comments
A is username,B is password,character : is special |
Is there any other way to add a user name with character |
etcdctl can not add a user name with character ; , you can try to add special user name by clientv3. example. |
it also works. |
it is better if username supports special characters :, can we add a password flag to optimize this issue? how do you think so? @mitake |
It doesn't work in etcd 3.3.13, showes |
|
@hehechen yeah the problem comes from the old flag (it comes from v2)like |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
etcdctl --endpoints=https://localhost:2389 --ca-file=cn0/cacert.crt --cert-file=tem.crt --key-file=tem.pem -u root user add "A:B"
I want to add user with username "A:B", But actually etcd add username "A", it showes
User A created
What characters should I use or not use in usernames on etcd?
ETCD version: 3.3.13
The text was updated successfully, but these errors were encountered: