Murugappan Chetty
Murugappan Chetty
@alexellis This is a utility I developed to document the deployed functions in open api spec 3.0 and visualize it in a swagger ui. https://github.com/Optum/faas-swagger Please let me know your...
Happens for other images on ghcr also ``` {"error":"failed to resolve layer \"sha256:8de7d11f0e064ec92e36a7d4b319c3fc2c6b6b9b085c3a74def59196f7e5d401\" from \"ghcr.io/itsmurugappan/go-hw-estgz:v1\": failed to resolve layer: failed to resolve the source: cannot resolve layer: failed to redirect...
> According to [Configuring Autoscaling](https://docs.google.com/document/d/1GQiHc-tDUALK16Bu7Uz1J9fi9CrkhZUKZ7PVMXeIOH8/edit) @rhuss can I please get access to this doc ?
Thank you Alex. - In this sdk, retries can be added for function calls for non 200 responses. - In the connector implementation, failure message can be added back to...
Hi Alex, Proposal looks good. My two cents 1. While running faas-cli login , open up a browser to authenticate against the auth server and redirect to short lived web...
Hi Alex, Thanks for the reply. OAuth2Proxy does what I need. If the OAuth2Proxy protects the openfaas create, delete, list api's, I will need a way to pass the access...
> What OAuth flows are you hoping to support and implement? I had Password grant in mind. > Once you have authentication, how are you going to implement authorization re:...
Sure. I will give details of the proposal soon.
 **About the Solution** Proxy requests to Openfaas gateway through a reverse proxy (key cloak gatekeeper or oauth proxy) which integrates with an open id provider **Authentication:** The user will...
Thanks for the comments. I made the following changes. 1. **Authorization at API level** The proxy with open id integration like gatekeeper gives the flexibility of authorizing at api level....