Skip to content

NullPointer exception when use only token authentication #1065

@vkochan

Description

@vkochan

Hi All,

I got NullPointer exception when used token authentication w/o specifying the scope like:

OSClientV3 os = OSFactory.builderV3()
.endpoint("http://127.0.0.1:5000/v3")
.token("{token}"
.authenticate();

Looks like exception occurs in 206 line within OSAuthenticator.java,
may it be caused because domain was not specified ?

Thanks,

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions