Orka: Move config validation to config package
The config validation is currently in the main provider package
I think this should be moved so we can start paving way for a dedicated validation layer. Eventually, it might be good to use something like jsonschema
for validation.