using resultsdb_httpd_password_encoded instead of resultsdb_httpd_password

This commit is contained in:
Leonardo Rossetti 2022-04-29 15:27:05 -03:00
parent 6cf9e4a53b
commit 9b539b23d6

View file

@ -38,7 +38,7 @@ stringData:
ADDITIONAL_RESULT_OUTCOMES = {{ resultsdb_additional_result_outcomes }}
.htpasswd: |-
{% if env == 'staging' %}
{{ stg_resultsdb_httpd_user }}:{{ stg_resultsdb_httpd_password }}
{{ stg_resultsdb_httpd_user }}:{{ stg_resultsdb_httpd_password_encoded }}
{% else %}
{{ prod_resultsdb_httpd_user }}:{{ prod_resultsdb_httpd_password }}
{% endif %}
{{ prod_resultsdb_httpd_user }}:{{ prod_resultsdb_httpd_password_encoded }}
{% endif %}