parse_saby/.venv/lib/python3.12/site-packages/hvac/constants/approle.py

12 lines
220 B
Python

#!/usr/bin/env python
"""Constants related to the APPROLE auth method."""
DEFAULT_MOUNT_POINT = "approle"
ALLOWED_TOKEN_TYPES = [
"service",
"batch",
"default",
"default-service",
"default-batch",
]