azist / azos

A to Z Sky Operating System / Microservice Chassis Framework
MIT License
213 stars 29 forks source link

Conf tree validation needs to preserve tree node scope(path) #806

Closed itadapter closed 1 year ago

itadapter commented 1 year ago

When nodes are READ (GetNode()) and the data is corrupted you get parser error wrapped in FiledValidation - but it DOES NOT preserve the TREE NODE SCOPE, so in AuthKit if someone corrupted and ORG unit or role, thene everyone (100s accounts affected) will be getting 400 error now, without ability to report "Corrupted tree data at path role/it/admin" (as an example)

itadapter commented 1 year ago

done