Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refs #5217: Fix content host menu item and add organization scoping. #4092

Merged
merged 1 commit into from
May 15, 2014

Conversation

ehelms
Copy link
Member

@ehelms ehelms commented May 15, 2014

No description provided.

@@ -355,7 +355,7 @@ def add_candlepin_version_header

def authorize_client
authorized = authenticate_client && User.consumer?
authorized = (User.current.uuid == @system.uuid) if @system
authorized = (User.current.uuid == @system.uuid) if @system && User.current
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this part of fixing this issue or another? Just asking to ensure that it is intended to be here.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something I noticed while fixing this issue when I attempted to populate my server with fake systems.

@waldenraines
Copy link
Contributor

ACK

1 similar comment
@bbuckingham
Copy link
Member

ACK

ehelms added a commit that referenced this pull request May 15, 2014
Refs #5217: Fix content host menu item and add organization scoping.
@ehelms ehelms merged commit bd4c802 into Katello:roles May 15, 2014
@ehelms ehelms deleted the refs-5217 branch May 15, 2014 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants