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