You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since CLI v7.24.1, issuing a request thru the Imperative REST client with type = "none" fails with an error: ImperativeError: No credentials for a BASIC or TOKEN type of session.
Expected and actual results
Credentials should not be required when the session type is AUTH_TYPE_NONE, and the following code should work:
Thank you for creating a bug report.
We will investigate the bug and evaluate its impact on the product.
If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.
Describe the bug
Since CLI v7.24.1, issuing a request thru the Imperative REST client with
type = "none"
fails with an error:ImperativeError: No credentials for a BASIC or TOKEN type of session.
Expected and actual results
Credentials should not be required when the session type is
AUTH_TYPE_NONE
, and the following code should work:Describe your environment
Additional context
The text was updated successfully, but these errors were encountered: