You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I visit etcd server through grpc gateway with etcd auth enabled. I can get correct token but when use token to fetch key, it returns "etcdserver: permission denied". My etcd version is 3.0.10.
This problem does not occur when I test with etcd 3.3.8.
Does previous etcd version before 3.3 support fetching key with token via grpc gateway? Or can you please provide a way to config my 3.0.10 etcd to support that?
Solution besides updating etcd version is preferred since that takes extra efforts.
Here are my visit requests:
I can get correct token from username and password:
curl -s http://host:port/v3alpha/auth/authenticate -X POST -d '{ "name":"userName", "password":"pw" }'
but when I use the token to fetch key, I got "permission denied"
I visit etcd server through grpc gateway with etcd auth enabled. I can get correct token but when use token to fetch key, it returns "etcdserver: permission denied". My etcd version is 3.0.10.
This problem does not occur when I test with etcd 3.3.8.
Does previous etcd version before 3.3 support fetching key with token via grpc gateway? Or can you please provide a way to config my 3.0.10 etcd to support that?
Solution besides updating etcd version is preferred since that takes extra efforts.
Here are my visit requests:
I can get correct token from username and password:
but when I use the token to fetch key, I got "permission denied"
That's the response:
The text was updated successfully, but these errors were encountered: