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

Fixes #6492 - ipmi_boot permission renamed to ipmi_boot_hosts #3926

Merged
merged 1 commit into from
Oct 13, 2016

Commits on Oct 11, 2016

  1. Fixes theforeman#6492 - ipmi_boot permission renamed to ipmi_boot_hosts

    Authorizer expects permission names to follow a convention
    'action'_'controller'. However this permission was not following it, and
    this prevented the permission from being applied properly.
    
    Before this fix, only admins could call ipmi_boot. I've also added a
    small fix to the controller to check whether the BMC interface is
    available before making the IPMI call - otherwise the error that Foreman
    threw did not make much sense for the end user (NoMethodError on
    bmc_proxy).
    dLobatog committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    35c3e59 View commit details
    Browse the repository at this point in the history