To get ldaps working I require my root and issuing CA of my company within my container. I have it available within /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem and i can mount it by adding Volume=/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem:/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem:ro in /etc/containers/systemd/foreman
foremanctl deploy overwrites this so each time a deploy is run I manually need to add this Volume= again for my ldaps to work. Can the the volumes be made overwritable to fix this?
|
- 'foreman-data-run:/var/run/foreman:rw,z' |
To get ldaps working I require my root and issuing CA of my company within my container. I have it available within /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem and i can mount it by adding
Volume=/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem:/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem:roin /etc/containers/systemd/foremanforemanctl deploy overwrites this so each time a deploy is run I manually need to add this Volume= again for my ldaps to work. Can the the volumes be made overwritable to fix this?
foremanctl/src/roles/foreman/tasks/main.yaml
Line 103 in e8e0971