openfaas / cron-connector

Invoke functions on a schedule.
MIT License
39 stars 10 forks source link

fix: issue with basic auth disabled #23

Closed viveksyngh closed 2 years ago

viveksyngh commented 3 years ago

Fix issue with the cron connector when it is deployed with basic auth disabled.

Fixes: #22

Description

Motivation and Context

How Has This Been Tested?

This has been tested on local kind cluster with local build deployed.

Openfaas was deployed with basic auth disabled and then cron connector was deployed with basic auth disabled.

arkade install openfaas --basic-auth=false
arkade install cron-connector --set basicAuth=false

Types of changes

Checklist:

derek[bot] commented 3 years ago

Thank you for your contribution. I've just checked and your commit doesn't appear to be signed-off. That's something we need before your Pull Request can be merged. Please see our contributing guide. Tip: if you only have one commit so far then run: git commit --amend --signoff and then git push --force.

alexellis commented 2 years ago

@nitishkumar71 would you like to see if this is still an issue, and send a similar / updated PR if we need it?

Thanks,

Alex