-
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
Add manageiq user to allowed_uids for sssd #220
Add manageiq user to allowed_uids for sssd #220
Conversation
When we moved to using a manageiq user, we need to add this user so it has permission in sssd.conf. See also ManageIQ/manageiq-documentation#1743
Checked commit jrafanie@f219254 with ruby 2.6.10, rubocop 1.28.2, haml-lint 0.35.0, and yamllint |
I think there should also be a corresponding change in the ManageIQ operator, since we have these configs there as well. |
…t has permission in sssd.conf. See also: ManageIQ/manageiq-documentation#1743 ManageIQ/manageiq-appliance_console#220
When we moved to using a manageiq user, we need to add this user so it has permission in sssd.conf. See also: ManageIQ/manageiq-documentation#1743 ManageIQ/manageiq-appliance_console#220
When we moved to using a manageiq user, we need to add this user so it has permission in sssd.conf. See also: ManageIQ/manageiq#22715 ManageIQ/manageiq-documentation#1743 ManageIQ/manageiq-appliance_console#220
When we moved to using a manageiq user, we need to add this user so it has permission in sssd.conf. See also: ManageIQ/manageiq#22715 ManageIQ/httpd_configmap_generator#77 ManageIQ/manageiq-documentation#1743 ManageIQ/manageiq-appliance_console#220
I think that's here: ManageIQ/httpd_configmap_generator#77. Right? Do you know how it's pulled in? I assume we'll need a new tag in httpd_configmap_generator and pull that in. |
bump... @bdunne maybe you know? Do we need to do something to pull in the new configmap_generator? If we want to backport this, do we need a new version there and here? |
I think I was thinking of https://github.com/ManageIQ/manageiq-pods/blob/master/manageiq-operator/api/v1alpha1/helpers/miq-components/httpd_conf.go ? The httpd_configmap_generator change I think covers what I was thinking. |
Fixed - Fix sporadic test failure [#204] - Remove MIQ specific gem source [#209] - Double escape @ in realm to avoid shell interpretation [#211] - Move gem name loader to proper namespaced location [#208] - Separate kerberos from service principal name and use correctly [#215] - Add manageiq user to allowed_uids for sssd [#220] - Remove warning about using pg_dump [#221] - Fix specs where AwesomeSpawn private interface changed [#224] - Change the Name of the CA from something to ApplianceCA [#228] - Fix YAML.load_file failing on aliases [#234] Added - Make backward compatible changes to work with repmgr13 - version 5.2.1 [#192] - Support Ruby 3.0 [#206] - Support Ruby 3.1 [#227] - Allow rails 7 gems in gemspec [#226] Changed - Update to Highline 2.1.0 [#201] - Clean up test output (highline and stdout messages) [#210] Removed - Drop Ruby 2.7 [#223]
When we moved to using a manageiq user, we need to add this user so it has permission in sssd.conf.
See also ManageIQ/manageiq-documentation#1743