mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
Make isolated connection keys read-only
This commit is contained in:
parent
ec4092b715
commit
e03ab95701
@ -211,6 +211,7 @@ register(
|
||||
default='',
|
||||
allow_blank=True,
|
||||
encrypted=True,
|
||||
read_only=True,
|
||||
label=_('The RSA private key for SSH traffic to isolated instances'),
|
||||
help_text=_('The RSA private key for SSH traffic to isolated instances'), # noqa
|
||||
category=_('Jobs'),
|
||||
@ -222,6 +223,7 @@ register(
|
||||
field_class=fields.CharField,
|
||||
default='',
|
||||
allow_blank=True,
|
||||
read_only=True,
|
||||
label=_('The RSA public key for SSH traffic to isolated instances'),
|
||||
help_text=_('The RSA public key for SSH traffic to isolated instances'), # noqa
|
||||
category=_('Jobs'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user