When using the Kubernetes auth method, what does the 'audience' field in the configuration allow you to do?
This ensures the token was intended for the Vault instance.
Why this answer
The 'audience' field specifies the expected audience of the JWT, which helps in preventing token reuse attacks across different services.