-
Notifications
You must be signed in to change notification settings - Fork 9.9k
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
security implementation #2384
Labels
Milestone
Comments
Merged
not an "everyone" user, but a "guest" role |
There may be some error messages from the store, but not the same way |
enable/disable should be fixed, which are some of the bugs mentioned |
barakmich
added a commit
to barakmich/etcd
that referenced
this issue
Apr 23, 2015
decouple root and security enable/disable create root role prefix matching godep: bump go-etcd to include credentials add godep for speakeasy and auth entry parsing appropriate errors for security enable/disable WIP adding to etcd/client all the security client methods add guest access minor ui return tweaks revert client changes respond to comments, log more security operations fix major ensure() bug, add better UX block recursive access fix some boneheaded mistakes fix integration test last comments fix up security_api.md philips nits
Fixed via #2384 |
barakmich
added a commit
to barakmich/etcd
that referenced
this issue
Apr 23, 2015
…d-io#2384 Subcommits: decouple root and security enable/disable create root role prefix matching godep: bump go-etcd to include credentials add godep for speakeasy and auth entry parsing appropriate errors for security enable/disable WIP adding to etcd/client all the security client methods add guest access minor ui return tweaks revert client changes respond to comments, log more security operations fix major ensure() bug, add better UX block recursive access fix some boneheaded mistakes fix integration test last comments fix up security_api.md philips nits
Fixed by what? :-) That's a self-referential link :-) |
barakmich
added a commit
to barakmich/etcd
that referenced
this issue
Apr 23, 2015
…d-io#2384 Subcommits: decouple root and security enable/disable create root role prefix matching godep: bump go-etcd to include credentials add godep for speakeasy and auth entry parsing appropriate errors for security enable/disable WIP adding to etcd/client all the security client methods add guest access minor ui return tweaks revert client changes respond to comments, log more security operations fix major ensure() bug, add better UX block recursive access fix some boneheaded mistakes fix integration test last comments fix up security_api.md philips nits fix docs
@benmccann #2654 -- Typo, with the same first and last numbers. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Security feedback
{"enabled":false}
when I check it{"errorCode":105,"message":"Key already exists","cause":"/2/users/root","index":11}
{"message":"Can't delete root user; disable security instead."}
, but it is not enabledThe text was updated successfully, but these errors were encountered: