|
- Userpass - Auth Methods - HTTP API | Vault | HashiCorp Developer
token_num_uses (integer: 0) - The maximum number of times a generated token may be used (within its lifetime); 0 means unlimited If you require the token to have the ability to create child tokens, you will need to set this value to 0
- Tokens | Vault | HashiCorp Developer
Outside of root tokens, it is currently the only way for a token in Vault to have an unlimited lifetime The idea behind periodic tokens is that it is easy for systems and services to perform an action relatively frequently -- for instance, every two hours, or even every five minutes
- GitHub - Auth Methods - HTTP API | Vault | HashiCorp Developer
token_num_uses (integer: 0) - The maximum number of times a generated token may be used (within its lifetime); 0 means unlimited If you require the token to have the ability to create child tokens, you will need to set this value to 0
- Token - Auth Methods - HTTP API | Vault | HashiCorp Developer
token_num_uses (integer: 0) - The maximum number of times a generated token may be used (within its lifetime); 0 means unlimited If you require the token to have the ability to create child tokens, you will need to set this value to 0
- Kerberos - Auth Methods - HTTP API | Vault | HashiCorp Developer
token_num_uses (integer: 0) - The maximum number of times a generated token may be used (within its lifetime); 0 means unlimited If you require the token to have the ability to create child tokens, you will need to set this value to 0
- SAML - Auth Methods - HTTP API | Vault | HashiCorp Developer
token_num_uses (integer: 0) - The maximum number of times a generated token may be used (within its lifetime); 0 means unlimited If you require the token to have the ability to create child tokens, you will need to set this value to 0
- JWT OIDC - Auth Methods - HTTP API | Vault | HashiCorp Developer
token_num_uses (integer: 0) - The maximum number of times a generated token may be used (within its lifetime); 0 means unlimited If you require the token to have the ability to create child tokens, you will need to set this value to 0
- What is Auto-authentication? | Vault | HashiCorp Developer
Configuration (Method) Note Auto-auth does not support using tokens with a limited number of uses Auto-auth does not track the number of uses remaining, and may allow the token to expire before attempting to renew it For example, if using AppRole auto-auth, you must use 0 (meaning unlimited) as the value for token_num_uses
|
|
|