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

Change AuthPrivateKey decorator to Authentication decorator #4

Merged
merged 1 commit into from
Apr 15, 2019
Merged

Change AuthPrivateKey decorator to Authentication decorator #4

merged 1 commit into from
Apr 15, 2019

Commits on Apr 15, 2019

  1. Change AuthPrivateKey decorator to Authentication decorator

    Authentication is the base class, AuthPrivateKey a child.
    Previously (ManageIQ/manageiq#18633) CloudManager::AuthKeyPair inherited from AuthPrivateKey, but changed to Authentication now.
    
    So, moving the decorator to cover the whole base class.
    (Not seeing any problem with AuthToken, AuthUseridPassword, and ManageIQ::Providers::AutomationManager::Authentication also gaining a decorator because of this.)
    himdel committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    f1c5b6a View commit details
    Browse the repository at this point in the history