mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
Port: add client ID to TWEs in activity log [vault-3136] (#12820)
* port for tracking twes as clients * comment clean up * changelog * change changelog entry phrasing
This commit is contained in:
@@ -191,8 +191,11 @@ type UsageCommandNamespace struct {
|
||||
type UsageResponse struct {
|
||||
namespacePath string
|
||||
entityCount int64
|
||||
tokenCount int64
|
||||
clientCount int64
|
||||
// As per 1.9, the tokenCount field will contain the distinct non-entity
|
||||
// token clients instead of each individual token.
|
||||
tokenCount int64
|
||||
|
||||
clientCount int64
|
||||
}
|
||||
|
||||
func jsonNumberOK(m map[string]interface{}, key string) (int64, bool) {
|
||||
|
||||
Reference in New Issue
Block a user