mirror of
https://github.com/ansible/awx.git
synced 2026-03-15 16:07:30 -02:30
Rename work signing private key filename (#14156)
This commit is contained in:
@@ -643,7 +643,7 @@ RECEPTOR_CONFIG_STARTER = (
|
|||||||
{'node': {'firewallrules': [{'action': 'reject', 'tonode': settings.CLUSTER_HOST_ID, 'toservice': 'control'}]}},
|
{'node': {'firewallrules': [{'action': 'reject', 'tonode': settings.CLUSTER_HOST_ID, 'toservice': 'control'}]}},
|
||||||
{'control-service': {'service': 'control', 'filename': '/var/run/receptor/receptor.sock', 'permissions': '0660'}},
|
{'control-service': {'service': 'control', 'filename': '/var/run/receptor/receptor.sock', 'permissions': '0660'}},
|
||||||
{'work-command': {'worktype': 'local', 'command': 'ansible-runner', 'params': 'worker', 'allowruntimeparams': True}},
|
{'work-command': {'worktype': 'local', 'command': 'ansible-runner', 'params': 'worker', 'allowruntimeparams': True}},
|
||||||
{'work-signing': {'privatekey': '/etc/receptor/signing/work_private_key.pem', 'tokenexpiration': '1m'}},
|
{'work-signing': {'privatekey': '/etc/receptor/work_private_key.pem', 'tokenexpiration': '1m'}},
|
||||||
{
|
{
|
||||||
'work-kubernetes': {
|
'work-kubernetes': {
|
||||||
'worktype': 'kubernetes-runtime-auth',
|
'worktype': 'kubernetes-runtime-auth',
|
||||||
|
|||||||
Reference in New Issue
Block a user