Expand description
File-based auth provider that reads a bearer token from disk.
Reads the entire file contents as the token bytes. Useful for Kubernetes projected service account tokens or other file-mounted credentials.
Structsยง
- File
Token Provider - Reads a bearer token from a file (e.g., K8s projected service account token).