Closed
Description
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
Activity