--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project+unsubscribe@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/777586f5-8881-494c-962d-a5d8c88d3c16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
In this case, until we support it at a higher level, you may need to rebuild the image with your cert installed.
On Tue, Oct 10, 2017 at 1:40 PM, Paul Archer <geek...@gmail.com> wrote:
I'm trying to use LDAP authentication to connect to AD. I want to use TLS (configure awx -> subcategory: ldap -> 'ldap start tls'), but I need to add the CACert for the AD server.
If AWX weren't docker'ized, I'd add it in /etc/openldap/certs, but with docker, I have no idea where/how to add the cert. Any ideas?
Paul
--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project...@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/777586f5-8881-494c-962d-a5d8c88d3c16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project+unsubscribe@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/1b71d257-cce9-4395-a091-fd5a96f2bbd5%40googlegroups.com.
RUN mkdir -p /etc/openldap/certs
ADD key3.db /etc/openldap/certs
ADD cert8.db /etc/openldap/certs- name: Stage openldap key
copy:
src: key3.db
dest: '{{ docker_base_path }}'
delegate_to: localhost
- name: Stage openldap cert
copy:
src: cert8.db
dest: '{{ docker_base_path }}'
delegate_to: localhostldaps://ldap:63610.255.255.10 - - [31/Oct/2017:15:49:32 +0000] "PATCH /api/v2/settings/all/ HTTP/1.1" 400 57 "http://server/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.75 Safari/537.36" "-"
--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/77671542-9b98-457d-a183-ce48a7d7f638%40googlegroups.com.