Actions
Bug #5596
closedClient Registration fails "Current user not set"
Description
Trying to register a client:
subscription-manager register --org=ACME_Corporation --environment=Library
fails with error:
"Current user not set"
Traced this down and its related to commit cb6b5bda884e6dae3806c2acd8db52433cddcdc3
The authorize call is occuring after find_environment_and_content_view which uses permissions to lookup the environment and content view.
Actions