Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
hvac / constants / identity.py
Size: Mime:
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Constants related to the Identity secrets engine."""

ALLOWED_GROUP_TYPES = [
    'internal',
    'external',
]