fas_server / staging: reset the verify server_url to point to the right place

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-03-09 20:56:14 +00:00 committed by Pierre-Yves Chibon
parent 191149f391
commit 5ad2eb94d9

View file

@ -27,6 +27,10 @@ spec:
httpd \
python-gunicorn
{% if env == "staging" %}
RUN sed -i -e 's|//localhost/|//yubikey:8080/|' /usr/lib/python2.6/site-packages/fas_yubikey/__init__.py
{% endif %}
# Set up config symlinks
RUN rm -f /etc/krb5.conf && \
rm -f /etc/fas.cfg && \