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:
parent
191149f391
commit
5ad2eb94d9
1 changed files with 4 additions and 0 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue