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:
Rémi Lapeyre
2022-01-26 03:59:53 +01:00
committed by GitHub
parent 4cacb89c15
commit 15d0e642b5
4 changed files with 8 additions and 1 deletions

View File

@@ -158,7 +158,8 @@ $ curl \
"renewable": true,
"entity_id": "",
"token_type": "service",
"orphan": false
"orphan": false,
"num_uses": 0
}
}
```