Replies: 1 comment 1 reply
-
If you're trying to run ManageIQ with LDAP in Kubernetes, you'll want to take a look at https://github.com/ManageIQ/httpd_configmap_generator which can help generate the configuration for the https://github.com/ManageIQ/container-httpd-init container. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there,
I run a MIQ-Morphy version in a container. I am trying to configure the ldap following this doc: https://www.manageiq.org/docs/reference/latest/auth/ldap, which asks me to carry out systemd commands (ex: systemctl restart sssd). I tried to run the container with docker run --privileged flag but still get this output:
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Do you know how to do so or whether i can bypass the command for the ldap authentication?
Cheers,
Beta Was this translation helpful? Give feedback.
All reactions