Tim Liu

Results 3 comments of Tim Liu

I think you might be able to use assume role, this seems like the doc for it: https://docs.aws.amazon.com/AmazonECR/latest/userguide/security_iam_service-with-iam.html

Hi @amelki! I think I have a couple different solutions depending on what piece you want to secure. First, BentoML services support adding ASGI middleware, so adding an authentication step...

Hi @thechaos16! We don't see that case very often, but we've got a particular config that might help: ``` ingress: enabled: false ``` This will disable the creation of the...