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

9 lines
170 B
Python

#!/usr/bin/env python
"""Constants related to the Identity secrets engine."""
ALLOWED_GROUP_TYPES = [
"internal",
"external",
]
DEFAULT_MOUNT_POINT = "identity"