Skip to content
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.

OneViewClient doesn't allow using a token (sessionId) #273

Closed
@marikrg

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:

  1. No username / password
  2. 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.

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions