-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathauth.dat
More file actions
11 lines (11 loc) · 828 Bytes
/
auth.dat
File metadata and controls
11 lines (11 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
id = one; type = OpenNebula; host = server:2633; username = user; password = pass
type = InfrastructureManager; username = user; password = pass
type = InfrastructureManager; token = user-token
type = InfrastructureManager; bearer_token_command = oidc-token OIDC_ACCOUNT
type = VMRC; host = http://server:8080/vmrc; username = user; password = pass
id = ec2; type = EC2; username = ACESS_KEY; password = SECRET_KEY
id = gce; type = GCE; username = CLIENT_ID; password = CLIENT_SECRET; project = project-name
id = gce2; type = GCE; username = SERVICE_ACC_EMAIL; password = file(path_to_pem_file); project = project-name
id = docker; type = Docker; host = server:2375
id = occi; type = OCCI; host = server:8443; proxy = file(/tmp/proxy.pem)
id = libcloud; type = LibCloud; driver = EC2; username = ACESS_KEY; password = SECRET_KEY