<< Back to previous view |
![]() |
[QB-3909] Secret variable passed by Promotion become visible
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | 12.0.0 |
Fix Version/s: | 12.0.25, 13.0.2 |
Type: | Bug | Priority: | Major |
Reporter: | Alon Kalangel | Assigned To: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown | ||
Environment: | Operation system |
Description |
Hi,
Scenario: We define password as secret value. We use this variable in configuration. when we pass this variable in promotion to other configuration value became visible (non secret) |
Comments |
Comment by Robin Shen [ 08/Dec/22 11:30 AM ] |
Please define the secret in common parent of source and target configurations so that target configuration knows that this is a secret. If they do not have common parent, you may simply define a variable with same name in target configuration and specifies it as a secret (the value does not matter) |
Comment by Alon Kalangel [ 08/Dec/22 01:57 PM ] |
Thanks for the fast response.
We have a lot of secret value and it don't make sense to follow every variable and define it. The proper MOW is when variable passed between configuration it will save the setting |