-
Notifications
You must be signed in to change notification settings - Fork 28
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
CP4AIOPS-3113 Store saml remote user configuration separately from sssd lookup #265
base: master
Are you sure you want to change the base?
Conversation
874832a
to
b6bbda2
Compare
# legacy systems may still have it stored as the old name | ||
remove_file(HTTPD_CONFIG_DIRECTORY.join("manageiq-remote-user.conf")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's change this comment to be only on the line it comments on. Otherwise it appears like it applies to the whole "paragraph" of code.
# legacy systems may still have it stored as the old name | |
remove_file(HTTPD_CONFIG_DIRECTORY.join("manageiq-remote-user.conf")) | |
remove_file(HTTPD_CONFIG_DIRECTORY.join("manageiq-remote-user.conf")) # legacy systems may still have it stored as the old name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thnx.
think we're getting away from same line comments (rubocop)
Will change wording to make more clear
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I disagree with rubocop on that :)
@@ -1,5 +1,5 @@ | |||
module ManageIQ | |||
module ApplianceConsole | |||
VERSION = '9.1.1'.freeze | |||
VERSION = '9.2'.freeze |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VERSION = '9.2'.freeze | |
VERSION = '9.2.0'.freeze |
b6bbda2
to
16eee3d
Compare
@@ -1,5 +1,5 @@ | |||
module ManageIQ | |||
module ApplianceConsole | |||
VERSION = '9.1.1'.freeze | |||
VERSION = '10.0'.freeze |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VERSION = '10.0'.freeze | |
VERSION = '10.0.0'.freeze |
saml configuration (mod_auth_mellon) uses a different delimiter from sssd type configurations. The templates have been changed to reflect this change. The appliance console is now respecting this change
16eee3d
to
f438373
Compare
update:
update:
update:
|
Checked commit kbrock@f438373 with ruby 3.1.5, rubocop 1.56.3, haml-lint 0.51.0, and yamllint |
Part of ManageIQ/manageiq#23139
saml configuration (mod_auth_mellon) uses a different delimiter from sssd type configurations.
The templates have been changed to reflect this change. The appliance console is now respecting this change