mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdserver: add auth revision to AuthStatus to improve observability and testability
This commit is contained in:
@@ -1731,6 +1731,11 @@
|
||||
"etcdserverpbAuthStatusResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"authRevision": {
|
||||
"type": "string",
|
||||
"format": "uint64",
|
||||
"title": "authRevision is the current revision of auth store"
|
||||
},
|
||||
"enabled": {
|
||||
"type": "boolean",
|
||||
"format": "boolean"
|
||||
|
||||
Reference in New Issue
Block a user