serverless / serverless-kubeless

This plugin enables support for Kubeless within the Serverless Framework.
Apache License 2.0
303 stars 80 forks source link

Support for securing HTTP functions #169

Closed mpalumbo7 closed 5 years ago

mpalumbo7 commented 5 years ago

This is a request for a new feature.

Kubeless supports securing HTTP functions exposed via an Ingress. See https://kubeless.io/docs/http-triggers/ for more information.

Is this on your roadmap?

andresmgot commented 5 years ago

Right now we don't have the resources to work on that. If you want to tackle it that'd be great we can help you with the implementation/reviews if needed.

mpalumbo7 commented 5 years ago

After a little research, I think this can be accomplished entirely via the ‘additionalAnnotations’ field.

The example at ingress-nginx/docs/examples/auth/basic details how to use an existing secret to apply basic authentication to an Ingress route using only annotations.