Skip to content

To fix issue handling none in NameAliases and encoding json dumps

Ashish Saxena requested to merge cherry-pick-c7ea77a5 into release/0.20
  1. A critical fix is needed to handle null values in the "NameAliases" field, which is present in incoming records. This fix will impact all the records with "NameAliases" field as none.
  2. Critical Fix2 is required to ensure that the JSON data is properly encoded before updating it into the key vault. If plain data is received from the data provider, it can crash the EDS system.

M17 final testing

See merge request !268 (merged)

(cherry picked from commit c7ea77a5)

2bbbbbac data to be json dumps For Update secret 8ee09423 Fixed issue on NameAliases for none 31802410 Latest changes for airflow and Aliasname 3610b439 adding print statement for testing abf484fc added print statement for testing. 4a104b65 Remove duplicate constant CSDJ kind

Edited by Jeyakumar Devarajulu

Merge request reports