openshift-on-openstack icon indicating copy to clipboard operation
openshift-on-openstack copied to clipboard

Expose authentication setup

Open jeremyeder opened this issue 8 years ago • 1 comments

Hard-coded to htpasswd here:

https://github.com/redhat-openstack/openshift-on-openstack/blob/master/templates/var/lib/ansible/group_vars/OSv3.yml#L43

Worth exposing?

jeremyeder avatar Oct 24 '16 18:10 jeremyeder

Seeing https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=1383010

I'm removing ldap authentication parameters and replacing them with a switch to disable htpasswd.

Another solution could be merge the various authentication setups via merge_dict

ioggstream avatar Jun 16 '17 13:06 ioggstream