mirror of
https://github.com/ansible/awx.git
synced 2026-01-31 17:18:59 -03:30
Omit placeholder vars with survey password defaults
WFJT nodes & schedules (launch configs) will accept POST/PATCH/PUT with variables in extra_data that have $encrypted$ for their value if a valid survey default exists. In this case, the variable is simply removed from the extra_data. This is done so that it does not affect pre-existing value substitution for $encrypted$ values from the config itself
This commit is contained in:
@@ -240,6 +240,9 @@ of what happened.
|
||||
- survey password durability
|
||||
- schedule has survey password answers from WFJT survey
|
||||
- WFJT node has answers to different password questions from JT survey
|
||||
- Saving with "$encrypted$" value will either
|
||||
- become a no-op, removing the key if a valid question default exists
|
||||
- replace with the database value if question was previously answered
|
||||
- final job it spawns has both answers encrypted
|
||||
- POST to associate credential to WFJT node
|
||||
- requires admin to WFJT and execute to JT
|
||||
|
||||
Reference in New Issue
Block a user