I set up a federated identity on openstack and i can connect my Ldap users on horizon and with CLI with openidc. in my adminrc file for federated users, i use specific parameters:
- OS_AUTH_TYPE=v3oidcpassword
- OS_IDENTITY_PROVIDER=idp
- OS_PROTOCOL="mapped"
- export OS_DISCOVERY_ENDPOINT
- export OS_CLIENT_SECRET
- export OS_CLIENT_ID
I want that my federated users could use terraform to create their infrastructure. Are there attributes that matchs those on terraform ? Thank you
Terraform with CLI federation is not implemented, A workaround for this is to:
Authenticate using CLI. Create a token
openstack token issue
The output is similar to this:In the terraform provider:
This will work