This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
Closed
Description
Scenario/Intent
OneViewClient doesn't allow using a token for authentication.
To create an OneviewClient, you need to provide a login and password.
Environment Details
- OneView SDK Version: 3.1.1
- OneView Appliance Version: Any
- OneView Client API Version: 300
Steps to Reproduce
There is no way to instantiate OneViewClient with this configuration:
- No username / password
- A token (session ID)
Expected Result
When the token is already known by the users, they may prefer use it instead of username/password credentials.
Actual Result
oneview_client.py
doesn't have token support, although connections.py
supports it.