Zum Hauptinhalt springen

Authentifizierung

In der Dokumentation wird der Nutzer alice aus der Domain example mit dem Passwort password in der Region A für Beispiele genutzt. Dem Nutzer alice steht das Projekt example-project zur Verfügung.

Dashboard für Infrastructure as a Service

API & CLI für Infrastructure as a Service

Benutzername & Passwort

clouds.yaml
clouds:
openstack:
auth:
auth_url: https://keystone.services.a.regiocloud.tech
project_name: "example-project"
project_domain_name: "example"
username: "alice"
user_domain_name: "example"
region_name: "RegionA"
interface: "public"
identity_api_version: 3
secure.yaml
clouds:
openstack:
auth:
password: "password"

Application Credentials

clouds.yaml
clouds:
openstack:
auth:
auth_url: https://keystone.services.a.regiocloud.tech
application_credential_id: "355300a7cdd5459b80310308099b9926"
application_credential_secret: "Bn_RwoUbP8e5IMLr-gRvGImQCBa6HOtBkr5tgDmEJIcqhd3QB|1uE_ORsDVYBQMrAShPFma3DQQmQ7TOU4Fbwg"
region_name: "RegionA"
interface: "public"
identity_api_version: 3
auth_type: "v3applicationcredential"