mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-28 15:41:33 -07:00
Copy the TLS private key from memory
This change should avoid storing plain private keys on disk due to security risks. It also makes it easier to encrypt the data with SOPS.
This commit is contained in:
parent
7141e1c9b2
commit
320a5f0d9a
5 changed files with 7 additions and 7 deletions
|
@ -10,7 +10,7 @@
|
|||
keycloak_quarkus_log_level: debug
|
||||
keycloak_quarkus_https_key_file_enabled: true
|
||||
keycloak_quarkus_key_file_copy_enabled: true
|
||||
keycloak_quarkus_key_file_src: key.pem
|
||||
keycloak_quarkus_key_content: "{{ lookup('file', 'key.pem') }}"
|
||||
keycloak_quarkus_cert_file_copy_enabled: true
|
||||
keycloak_quarkus_cert_file_src: cert.pem
|
||||
keycloak_quarkus_log_target: /tmp/keycloak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue