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.
Updated by Justin Sherrill over 10 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset katello|commit:ad95493b7c6ee332339b13ddd159403dec2bded9.
Actions