mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-18 01:35:06 +02:00
Prevent exposition of applications credentials
This commit is contained in:
parent
e9a41bd40c
commit
3adb08fc68
@ -19,4 +19,6 @@
|
|||||||
- name: "Append iFrame init CSP hash for '{{ application_id }}'"
|
- name: "Append iFrame init CSP hash for '{{ application_id }}'"
|
||||||
set_fact:
|
set_fact:
|
||||||
applications: "{{ applications | append_csp_hash(application_id, iframe_init_code_one_liner) }}"
|
applications: "{{ applications | append_csp_hash(application_id, iframe_init_code_one_liner) }}"
|
||||||
|
no_log: "{{ MASK_CREDENTIALS_IN_LOGS | bool }}"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
|
@ -19,3 +19,4 @@
|
|||||||
set_fact:
|
set_fact:
|
||||||
applications: "{{ applications | append_csp_hash(application_id, javascript_code_one_liner) }}"
|
applications: "{{ applications | append_csp_hash(application_id, javascript_code_one_liner) }}"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
no_log: "{{ MASK_CREDENTIALS_IN_LOGS | bool }}"
|
||||||
|
@ -16,3 +16,4 @@
|
|||||||
set_fact:
|
set_fact:
|
||||||
applications: "{{ applications | append_csp_hash(application_id, logout_code_one_liner) }}"
|
applications: "{{ applications | append_csp_hash(application_id, logout_code_one_liner) }}"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
no_log: "{{ MASK_CREDENTIALS_IN_LOGS | bool }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user