Sirushti Murugesan
Sirushti Murugesan
Yeah, I agree, once we're done with unit and functional tests, we can then move on to add stress tests to handle edge cases. An idea to test for intermittent...
^+1. Also note, that the code in the api must be taken care of to return the correct error code i.e 409 in this case which makes this a tad...
Is there a reason BMI doesn't use the same RBAC/auth mechanism as HaaS/HIL and instead has a special shim layer for auth in the form of _projects_?
@ravisantoshgudimetla I see, so now that we have use cases in BMI that does require a full fledged auth service i.e upload/download of user images, would it make sense now...
Yeah, also, I see defaults in the constants file. Ideally, I'd like them to be optional config options if applicable and hopefully we can do away with the entire constants.py...