mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-06-13 20:15:55 +00: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:
@@ -112,9 +112,9 @@ argument_specs:
|
||||
default: false
|
||||
description: "Enable copy of key file to target host"
|
||||
type: "bool"
|
||||
keycloak_quarkus_key_file_src:
|
||||
keycloak_quarkus_key_content:
|
||||
default: ""
|
||||
description: "Set the source file path"
|
||||
description: "Content of the TLS private key"
|
||||
type: "str"
|
||||
keycloak_quarkus_key_file:
|
||||
default: "/etc/pki/tls/private/server.key.pem"
|
||||
|
||||
Reference in New Issue
Block a user