Skip to content

Commit

Permalink
Story #14267: Fix trustores.
Browse files Browse the repository at this point in the history
  • Loading branch information
GiooDev committed Feb 24, 2025
1 parent b32ff78 commit ef721a8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
1 change: 0 additions & 1 deletion deployment/ansible-vitamui/app_api_gateway.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

- hosts: hosts_vitamui_api_gateway
gather_facts: no
any_errors_fatal: true
Expand Down
3 changes: 1 addition & 2 deletions deployment/ansible-vitamui/app_archive_search.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

- hosts: hosts_vitamui_archive_search
gather_facts: no
any_errors_fatal: true
Expand All @@ -9,6 +8,6 @@
vitamui_struct: "{{ vitamui.archive_search }}"
vitamui_certificate_type: external
password_keystore: "{{ keystores_server_archive_search }}"
vitam_cert: "{{ vitam_certs.vitamui }}"
password_truststore: "{{ truststores_client_external }}"
vitam_cert: "{{ vitam_certs.vitamui }}"
consul_tags: "archive-search, api"
4 changes: 1 addition & 3 deletions deployment/ansible-vitamui/app_ingest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

- hosts: hosts_vitamui_ingest
gather_facts: no
any_errors_fatal: true
Expand All @@ -9,7 +8,6 @@
vitamui_struct: "{{ vitamui.ingest }}"
vitamui_certificate_type: external
password_keystore: "{{ keystores_server_ingest }}"
vitam_cert: "{{ vitam_certs.vitamui }}"
password_truststore: "{{ truststores_client_external }}"
vitam_cert: "{{ vitam_certs.vitamui }}"
consul_tags: "ingest, api"

4 changes: 2 additions & 2 deletions deployment/ansible-vitamui/app_pastis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
vitamui_struct: "{{ vitamui.pastis }}"
vitamui_certificate_type: external
password_keystore: "{{ keystores_server_pastis }}"
password_truststore: "{{ truststores_client }}" #??
consul_tags: "pastis, api"
password_truststore: "{{ truststores_client_external }}"
vitam_cert: "{{ vitam_certs.vitamui }}"
consul_tags: "pastis, api"
2 changes: 1 addition & 1 deletion deployment/ansible-vitamui/app_referential.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
vitamui_struct: "{{ vitamui.referential }}"
vitamui_certificate_type: external
password_keystore: "{{ keystores_server_referential }}"
password_truststore: "{{ truststores_client }}" #??
password_truststore: "{{ truststores_client_external }}"
vitam_cert: "{{ vitam_certs.vitamui }}"
consul_tags: "referential, api"

0 comments on commit ef721a8

Please sign in to comment.