Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/vmware-sso-support. Description: The current driver stores usernames and passwords in plain text. The VMware vSphere and vCenter products have their own SSO system. At the driver level, we should allow a customer to optionally configure the SSO keys and tokens so that they do not have to store the password in plain text on their nova-compute node. Areas to consider: * keystone integration with AD plus vCenter integration with AD may solve some user related issues * keystone integration with vCenter SSO? * vCenter SSO integration with Keystone? * can we use long running HoK tokens or other non-password based tokens for authentication? This may be important to implementing the feature: https://wiki.openstack.org/wiki/Keystone/Federation/Blueprint#Mode_of_Operation_with_Holder_of_Key_Verification Specification URL (additional information): None