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
When we had apikey instead of apiKey - it just ignored the key and used unautheticated request, while the config was clearly invalid against its schema.
The text was updated successfully, but these errors were encountered:
I implemented this, but I am unhappy with the implementation, because it involved adding 5 versions of the resolver-config schemas to the app's resources/iglu-client-embedded directory. I think this validation is better done in iglu-scala-client, so I opened this issue over there.
When we had
apikey
instead ofapiKey
- it just ignored the key and used unautheticated request, while the config was clearly invalid against its schema.The text was updated successfully, but these errors were encountered: