ManageIQ / manageiq-appliance_console

The console for the ManageIQ appliances.
Apache License 2.0
2 stars 28 forks source link

Add manageiq user to allowed_uids for sssd #220

Closed jrafanie closed 1 year ago

jrafanie commented 1 year ago

When we moved to using a manageiq user, we need to add this user so it has permission in sssd.conf.

See also https://github.com/ManageIQ/manageiq-documentation/pull/1743

miq-bot commented 1 year ago

Checked commit https://github.com/jrafanie/manageiq-appliance_console/commit/f219254d793c259a8eef6f272ff8d3fd8f349e7a with ruby 2.6.10, rubocop 1.28.2, haml-lint 0.35.0, and yamllint 1 file checked, 0 offenses detected Everything looks fine. :+1:

Fryguy commented 1 year ago

I think there should also be a corresponding change in the ManageIQ operator, since we have these configs there as well.

jrafanie commented 1 year ago

I think there should also be a corresponding change in the ManageIQ operator, since we have these configs there as well.

I think that's here: https://github.com/ManageIQ/httpd_configmap_generator/pull/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.

jrafanie commented 1 year ago

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?

Fryguy commented 1 year ago

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.