mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 19:47:54 +00:00
Return num_uses during authentication (#12791)
* Return num_uses during authentication https://github.com/hashicorp/vault/issues/10664 * Add changelog entry
This commit is contained in:
@@ -158,7 +158,8 @@ $ curl \
|
||||
"renewable": true,
|
||||
"entity_id": "",
|
||||
"token_type": "service",
|
||||
"orphan": false
|
||||
"orphan": false,
|
||||
"num_uses": 0
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user