modelmesh-serving icon indicating copy to clipboard operation
modelmesh-serving copied to clipboard

Allow users to enable authentication for rest proxy

Open anishasthana opened this issue 2 years ago • 0 comments

We currently allow users to enable a rest proxy for models -- it would be neat if we support authentication via something like oauth proxy so that access to models can be restricted if desired.

We're prototyping out a solution in ODH that adds an oauth proxy container, but the implementation currently is a little hacky and relies on annotations. Ideally we could add a flag under https://github.com/kserve/modelmesh-serving/blob/main/config/default/config-defaults.yaml#L27 that defaults to "false" which would then inform whether servingruntime pods come up with an oauth proxy container.

anishasthana avatar Oct 20 '22 19:10 anishasthana