You are performing a high number of authentications in a short amount of time. You're experiencing slow throughput for token generation. How would you solve this problem?
You are performing a high number of authentications in a short amount of time. You're experiencing slow throughput for token generation. How would you solve this problem?
When experiencing slow throughput for token generation due to a high number of authentications in a short period, implementing batch tokens can help. Batch tokens are designed for high-performance and high-throughput uses as they do not require storage in the system's persistent storage. This significantly reduces the load on the token generation system, increasing throughput.
https://developer.hashicorp.com/vault/tutorials/tokens/batch-tokens