johnmccabe / openfaas-bitbar

Bitbar plugin for the OpenFaas platform written in #golang
https://github.com/openfaas/faas
MIT License
18 stars 1 forks source link

Deprecate / drop credentials update #3

Closed Lewiscowles1986 closed 7 years ago

Lewiscowles1986 commented 7 years ago

Right now I can set credentials in openfaas-bitbar. Once openfaas-cli gets login command and functionality, would it make sense to break config into a single shared repo to lower development overlap between openfaas-cli and openfaas-bitbar?

If so then you can define and load a config file using a shared lib, defer the storage of credentials to the official openfaas-cli, but would have no reason to write to it from openfaas-bitbar.

johnmccabe commented 7 years ago

The BitBar app will be updated to pull in config from the updates that @stefanprodan is in the middle of making.