You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we (mostly) have secrets/config going through the controller, we should add validation when setting them. For the controller version the schema can be loaded from the DB, but for the purely local case we'd need to load the schema from the build directory. I can't recall if we have any generic "validate this data against this schema" mechanism, so we might need to implement that first if not.
Now that we (mostly) have secrets/config going through the controller, we should add validation when setting them. For the controller version the schema can be loaded from the DB, but for the purely local case we'd need to load the schema from the build directory. I can't recall if we have any generic "validate this data against this schema" mechanism, so we might need to implement that first if not.
This might be contingent on #1775
The text was updated successfully, but these errors were encountered: