Repository URL to install this package:
#!/usr/bin/env python # -*- coding: utf-8 -*- """Constants related to the GCP auth method and/or secrets engine.""" DEFAULT_MOUNT_POINT = 'gcp' ALLOWED_ROLE_TYPES = ['iam', 'gce'] GCP_CERTS_ENDPOINT = 'https://www.googleapis.com/oauth2/v3/certs'