etcdhttp: add auth capability in 2.2

release-2.2
Yicheng Qin 2015-08-13 14:44:27 -07:00
parent a17288558e
commit ceb27b1c48
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ var (
// the base capabilities is the set of capability 2.0 supports.
capabilityMaps = map[string]map[capability]bool{
"2.1.0": {authCapability: true},
"2.2.0": {authCapability: true},
}
enableMapMu sync.Mutex