Bug #2334
Sunstone server standalone does not work with "opennebula" auth method
Status: | Closed | Start date: | 09/24/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Daniel Molina | % Done: | 0% | |
Category: | Sunstone | |||
Target version: | Release 4.4 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 4.2 |
Description
1. XML-RPC in sunstone-server.conf is not used
2. Auth files are required but not needed
Associated revisions
bug #2334: Use one_xmlrpc conf parameter in OpenNebulaCloudAuth
History
#1 Updated by Ruben S. Montero almost 8 years ago
- Status changed from Pending to New
#2 Updated by Daniel Molina over 7 years ago
- Status changed from New to Closed
- Assignee set to Daniel Molina
- Resolution set to fixed
1. XML-RPC in sunstone-server.conf is not used
FIXED
2. Auth files are required but not needed
In the login process the sunstone_auth file is not used, the user credentials are sent to OpenNebula in the token. However, the following requests do not use the user credentials but the server_cipher method.
A new Cloud method should be required to achieve this:- Store the user password in session
- Send the user credentials in each call.