mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 19:35:02 -02:30
Disable work signing by default in dev env
Certs are generated on the host and there is currently an issue due to openssl version mispatch between Fedora 36 and CentOS Stream 8 which causes: tools_awx_1 | ERROR 2022/11/15 17:09:17 could not load signing key file: unknown block type PRIVATE KEY tools_awx_1 | ERROR 2022/11/15 17:09:17 could not load signing key file: unknown block type PRIVATE KEY
This commit is contained in:
@@ -13,6 +13,7 @@ receptor_image: quay.io/ansible/receptor:devel
|
||||
# Keys for signing work
|
||||
receptor_rsa_bits: 4096
|
||||
receptor_work_sign_reconfigure: false
|
||||
sign_work: no # currently defaults to no because openssl version mismatch causes "unknown block type PRIVATE KEY"
|
||||
work_sign_key_dir: '../_sources/receptor'
|
||||
work_sign_private_keyfile: "{{ work_sign_key_dir }}/work_private_key.pem"
|
||||
work_sign_public_keyfile: "{{ work_sign_key_dir }}/work_public_key.pem"
|
||||
|
||||
Reference in New Issue
Block a user