Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.73 KB

GCPAccessRules.md

File metadata and controls

21 lines (13 loc) · 1.73 KB

GCPAccessRules

Properties

Name Type Description Notes
audience String The audience in the JWT [optional]
boundLabels Map<String, String> A map of GCP labels formatted as &quot;key:value&quot; strings that must be set on authorized GCE instances. TODO: Because GCP labels are not currently ACL'd .... [optional]
boundProjects List<String> Human and Machine authentication section Array of GCP project IDs. Only entities belonging to any of the provided projects can authenticate. [optional]
boundRegions List<String> List of regions that a GCE instance must belong to in order to be authenticated. TODO: If bound_instance_groups is provided, it is assumed to be a regional group and the group must belong to this region. If bound_zones are provided, this attribute is ignored. [optional]
boundServiceAccounts List<String> List of service accounts the service account must be part of in order to be authenticated [optional]
boundZones List<String> === Machine authentication section === List of zones that a GCE instance must belong to in order to be authenticated. TODO: If bound_instance_groups is provided, it is assumed to be a zonal group and the group must belong to this zone. [optional]
serviceAccount String ServiceAccount holds the credentials file contents to be used by Akeyless to validate IAM (Human) and GCE (Machine) logins against GCP base64 encoded string [optional]
type String [optional]
uniqueIdentifier String A unique identifier to distinguish different users [optional]