https://github.com/etcd-io/etcd
Revision 37767bc6e22a788abcaca42b49121c2258b606ea authored by Hitoshi Mitake on 27 February 2018, 07:05:27 UTC, committed by Gyuho Lee on 23 May 2018, 22:48:39 UTC
This commit adds a new auth token provider named nop. The nop provider
refuses every Authenticate() request so CN based authentication can
only be allowed. If the tokenOpts parameter of auth.NewTokenProvider()
is empty, the provider will be used.
1 parent d659771
History
Tip revision: 37767bc6e22a788abcaca42b49121c2258b606ea authored by Hitoshi Mitake on 27 February 2018, 07:05:27 UTC
auth: a new auth token provider nop
Tip revision: 37767bc
File Mode Size
.github
Documentation
alarm
auth
client
clientv3
cmd
compactor
contrib
discovery
e2e
embed
error
etcdctl
etcdmain
etcdserver
functional
hack
integration
lease
logos
mvcc
pkg
proxy
raft
rafthttp
scripts
snap
snapshot
store
tests
version
wal
.dockerignore -rw-r--r-- 5 bytes
.gitignore -rw-r--r-- 185 bytes
.godir -rw-r--r-- 23 bytes
.header -rw-r--r-- 593 bytes
.travis.yml -rw-r--r-- 3.4 KB
.words -rw-r--r-- 445 bytes
CHANGELOG.md -rw-r--r-- 41.6 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.0 KB
CONTRIBUTING.md -rw-r--r-- 2.5 KB
DCO -rw-r--r-- 1.4 KB
Dockerfile -rw-r--r-- 177 bytes
Dockerfile-functional-tester -rw-r--r-- 1.5 KB
Dockerfile-release -rw-r--r-- 607 bytes
Dockerfile-release.arm64 -rw-r--r-- 207 bytes
Dockerfile-release.ppc64le -rw-r--r-- 207 bytes
Dockerfile-test -rw-r--r-- 1.6 KB
LICENSE -rw-r--r-- 11.1 KB
MAINTAINERS -rw-r--r-- 449 bytes
Makefile -rw-r--r-- 17.4 KB
NOTICE -rw-r--r-- 126 bytes
Procfile -rw-r--r-- 1.4 KB
Procfile.v2 -rw-r--r-- 1.5 KB
README.md -rw-r--r-- 7.1 KB
ROADMAP.md -rw-r--r-- 837 bytes
V2Procfile -rw-r--r-- 1.5 KB
bill-of-materials.json -rw-r--r-- 6.9 KB
bill-of-materials.override.json -rw-r--r-- 414 bytes
build -rwxr-xr-x 1.8 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.6 KB
functional.yaml -rw-r--r-- 5.8 KB
glide.lock -rw-r--r-- 5.6 KB
glide.yaml -rw-r--r-- 4.0 KB
main.go -rw-r--r-- 1.1 KB
main_test.go -rw-r--r-- 938 bytes
meeting.ics -rw-r--r-- 1.7 KB
test -rwxr-xr-x 18.2 KB

README.md

back to top