Conversation
Signed-off-by: Nitishkumar Singh <[email protected]>
|
Is this PR ready to be merged and released - or is something still missing? We are currently with issue #22 and don't want to turn on basic auth in local development environments. Best regards 🙂 |
|
This is ready. @alexellis |
|
@arnediekmann why don't you want to turn on basic authentication? It's a terrible idea to run without it. Also, who are you and your team? We don't seem to know you? |
|
Thanks, @alexellis and @nitishkumar71! @alexellis We are solely using OpenFAAS without authentication in local development environments where we just bind to 127.0.0.1 for convenience. Since I work for a digital agency which provides services for other, larger corporations, it would make most sense to add those and their use cases to the adopters list - I will ask the project representatives if they are fine with that 🙂 |
Let's start with getting your agency written up, and we can consider this PR again. If our work on OpenFaaS is deriving value for your business, can you bring up a GitHub sponsorship with your manager too? |
Signed-off-by: Nitishkumar Singh [email protected]
Fix cron connector to work without basic auth
Description
Fix cron connector to work without basic auth
Motivation and Context
design/approvedlabelCloses #22
How Has This Been Tested?
Build docker image in local
Test with
basic_auth=falseTest with
basic_auth=trueTypes of changes
Checklist:
git commit -s