Just wondering if anyone has code/examples of how to create an authentication layer for a Plumber API, running on Kubernetes.
The background is that we're trying to build an architecture for deploying R models on k8s, with Plumber used to define the API. However, Plumber doesn't provide authn out of the box, which means (I guess) we have to do it ourselves.
Any links, example code, articles etc much appreciated.