vagrant-openstack-provider icon indicating copy to clipboard operation
vagrant-openstack-provider copied to clipboard

Support for token authentication (MFA)

Open dalees opened this issue 6 years ago • 0 comments

Keystone v3 supports multiple methods of authentication, including password and token. https://developer.openstack.org/api-ref/identity/v3/?expanded=#token-authentication-with-scoped-authorization

Currently, vagrant-openstack-provider supports password based authentication but this does not support OpenStack clouds that require token auth.

Example: CatalystCloud openrc requests and validates 2FA, then stores an environment variable OS_TOKEN for use by openstack commands instead of an environment password.

dalees avatar Jun 26 '19 12:06 dalees