Hello,
We are trying to lock down elasticsearch access by putting it behind an
apache proxy and using ldap for authentication.
Is it possible to put in /etc/foreman/plugins/katello.yaml for the
elasticsearch configuration any credentials?
Something like:
elastic_url: https://user:pass@elasticsearch.company.net:8443/_elastic
Thank you,
Cristian Falcas
To let others know: as an workaround we are also setting
Require host ${foreman_server}
on our authentication part in apache
ยทยทยท
On Thu, Oct 8, 2015 at 10:28 PM, Cristian Falcas wrote:
Hello,
We are trying to lock down elasticsearch access by putting it behind an
apache proxy and using ldap for authentication.
Is it possible to put in /etc/foreman/plugins/katello.yaml for the
elasticsearch configuration any credentials?
Something like:
elastic_url: https://user:pass@elasticsearch.company.net:8443/_elastic
Thank you,
Cristian Falcas