Basic authentication support
Highlights:
- Basic authentication support #182 via @stefanprodan
Huge props to @stefanprodan for PR and to #teamserverless for reviewing and testing. @johnmccabe @ericstoekl @Lewiscowles1986 @nenadilic84
$ faas-cli login --user admin --password-stdin
enter your password
With this change we introduce a new config file in your $HOME directory - .openfaas/config.yml
To remove credentials use faas-cli logout
.