datarevenue-berlin / OpenMLOps

MIT License
703 stars 101 forks source link

MLOPS-239 added access rules for seldon API and swagger #33

Closed PierreMkt closed 3 years ago

carloszanella commented 3 years ago

someone with more knowledge of auth should also take a look at this. I have one question: is there a way to test this on python unit tests? You can add marks for skipping if it needs internet connection too

tvinagre commented 3 years ago

is there a way to test this on python unit tests? You can add marks for skipping if it needs internet connection too

@carloszanella There is, but it'll be very similar to our 'remote_tests' in the API, using Tavern. It might be a good idea having them! Not sure if we can make it on CI though