mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 10:41:05 -03:30
Add support for encrypting settings that are passwords.
This commit is contained in:
@@ -81,6 +81,9 @@ register(
|
||||
# Optional; licensed feature required to be able to view or modify this
|
||||
# setting.
|
||||
feature_required='rebranding',
|
||||
# Optional; field is stored encrypted in the database and only $encrypted$
|
||||
# is returned via the API.
|
||||
encrypted=True,
|
||||
)
|
||||
|
||||
register(
|
||||
|
||||
Reference in New Issue
Block a user