https://github.com/coreos/etcd
Revision 9e81b002c4d2c2d556773449f91a3c192a806968 authored by Hitoshi Mitake on 01 February 2017, 08:47:09 UTC, committed by Gyu-Ho Lee on 14 February 2017, 21:49:19 UTC
Because of my own silly mistake, current NewAuthStore() doesn't
initialize authStore in a correct manner. For example, after recovery
from snapshot, it cannot revive the flag of enabled/disabled. This
commit fixes the problem.

Fix https://github.com/coreos/etcd/issues/7165
1 parent 4962c5c
History
Tip revision: 9e81b002c4d2c2d556773449f91a3c192a806968 authored by Hitoshi Mitake on 01 February 2017, 08:47:09 UTC
auth: correct initialization in NewAuthStore()
Tip revision: 9e81b00
File Mode Size
.github
Documentation
alarm
auth
client
clientv3
cmd
compactor
contrib
discovery
e2e
embed
error
etcdctl
etcdmain
etcdserver
hack
integration
lease
logos
mvcc
pkg
proxy
raft
rafthttp
scripts
snap
store
tools
version
wal
.dockerignore -rw-r--r-- 5 bytes
.gitignore -rw-r--r-- 177 bytes
.godir -rw-r--r-- 23 bytes
.header -rw-r--r-- 593 bytes
.travis.yml -rw-r--r-- 1.1 KB
CONTRIBUTING.md -rw-r--r-- 2.5 KB
DCO -rw-r--r-- 1.4 KB
Dockerfile -rw-r--r-- 177 bytes
Dockerfile-release -rw-r--r-- 198 bytes
LICENSE -rw-r--r-- 11.1 KB
MAINTAINERS -rw-r--r-- 395 bytes
NEWS -rw-r--r-- 2.9 KB
NOTICE -rw-r--r-- 126 bytes
Procfile -rw-r--r-- 1.5 KB
README.md -rw-r--r-- 5.8 KB
ROADMAP.md -rw-r--r-- 837 bytes
V2Procfile -rw-r--r-- 1.5 KB
build -rwxr-xr-x 1.7 KB
build.bat -rwxr-xr-x 51 bytes
build.ps1 -rw-r--r-- 2.7 KB
cover -rwxr-xr-x 638 bytes
etcd.conf.yml.sample -rw-r--r-- 3.4 KB
glide.lock -rw-r--r-- 4.7 KB
glide.yaml -rw-r--r-- 2.8 KB
main.go -rw-r--r-- 1.1 KB
test -rwxr-xr-x 8.3 KB

README.md

back to top