Bug #2334

Sunstone server standalone does not work with "opennebula" auth method

Added by Ruben S. Montero almost 8 years ago. Updated over 7 years ago.

Status:ClosedStart date:09/24/2013
Priority:NormalDue 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

Revision 0505a304
Added by Daniel Molina over 7 years ago

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.

Also available in: Atom PDF