From 9b539b23d6fbf8ed3994d98c627333c7590dfc3d Mon Sep 17 00:00:00 2001 From: Leonardo Rossetti Date: Fri, 29 Apr 2022 15:27:05 -0300 Subject: [PATCH] using resultsdb_httpd_password_encoded instead of resultsdb_httpd_password --- .../openshift-apps/resultsdb/templates/backend/secrets.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/openshift-apps/resultsdb/templates/backend/secrets.yml b/roles/openshift-apps/resultsdb/templates/backend/secrets.yml index 13be3fc211..1bcbabe94d 100644 --- a/roles/openshift-apps/resultsdb/templates/backend/secrets.yml +++ b/roles/openshift-apps/resultsdb/templates/backend/secrets.yml @@ -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 %} \ No newline at end of file + {{ prod_resultsdb_httpd_user }}:{{ prod_resultsdb_httpd_password_encoded }} +{% endif %}