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 / aws.py
Size: Mime:
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Constants related to the AWS auth method and/or secrets engine."""

DEFAULT_MOUNT_POINT = 'aws'
ALLOWED_CREDS_ENDPOINTS = ['creds', 'sts']
ALLOWED_CREDS_TYPES = ['iam_user', 'assumed_role', 'federation_token']