Add mqtt file auth #74

Merged
bmartin5692 merged 2 commits from add-MQTTFileAuth into master 2019-12-30 17:43:45 +01:00
bmartin5692 commented 2019-12-30 17:39:49 +01:00 (Migrated from github.com)

For file auth, set user:hash in passwd file (bumper/data/passwd) see (https://hbmqtt.readthedocs.io/en/latest/references/hbmqtt.html#configuration-example)

For file auth, set user:hash in passwd file (bumper/data/passwd) see (https://hbmqtt.readthedocs.io/en/latest/references/hbmqtt.html#configuration-example)
codecov[bot] commented 2019-12-30 17:41:11 +01:00 (Migrated from github.com)

Codecov Report

Merging #74 into master will increase coverage by <.01%.
The diff coverage is 79.38%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #74      +/-   ##
==========================================
+ Coverage   88.79%   88.79%   +<.01%     
==========================================
  Files          13       13              
  Lines        2856     2937      +81     
==========================================
+ Hits         2536     2608      +72     
- Misses        320      329       +9
Impacted Files Coverage Δ
bumper/confserver.py 73.2% <0%> (+0.12%) ⬆️
bumper/mqttserver.py 79.46% <65.21%> (-0.23%) ⬇️
tests/test_mqttserver.py 98.63% <94%> (-1.37%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c44b535...2fbfd41. Read the comment docs.

# [Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/74?src=pr&el=h1) Report > Merging [#74](https://codecov.io/gh/bmartin5692/bumper/pull/74?src=pr&el=desc) into [master](https://codecov.io/gh/bmartin5692/bumper/commit/c44b535c95f863caafc00bc6a4839b01d147ddef?src=pr&el=desc) will **increase** coverage by `<.01%`. > The diff coverage is `79.38%`. [![Impacted file tree graph](https://codecov.io/gh/bmartin5692/bumper/pull/74/graphs/tree.svg?width=650&token=Ody2IThbOc&height=150&src=pr)](https://codecov.io/gh/bmartin5692/bumper/pull/74?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #74 +/- ## ========================================== + Coverage 88.79% 88.79% +<.01% ========================================== Files 13 13 Lines 2856 2937 +81 ========================================== + Hits 2536 2608 +72 - Misses 320 329 +9 ``` | [Impacted Files](https://codecov.io/gh/bmartin5692/bumper/pull/74?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [bumper/confserver.py](https://codecov.io/gh/bmartin5692/bumper/pull/74/diff?src=pr&el=tree#diff-YnVtcGVyL2NvbmZzZXJ2ZXIucHk=) | `73.2% <0%> (+0.12%)` | :arrow_up: | | [bumper/mqttserver.py](https://codecov.io/gh/bmartin5692/bumper/pull/74/diff?src=pr&el=tree#diff-YnVtcGVyL21xdHRzZXJ2ZXIucHk=) | `79.46% <65.21%> (-0.23%)` | :arrow_down: | | [tests/test\_mqttserver.py](https://codecov.io/gh/bmartin5692/bumper/pull/74/diff?src=pr&el=tree#diff-dGVzdHMvdGVzdF9tcXR0c2VydmVyLnB5) | `98.63% <94%> (-1.37%)` | :arrow_down: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/74?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/74?src=pr&el=footer). Last update [c44b535...2fbfd41](https://codecov.io/gh/bmartin5692/bumper/pull/74?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
Sign in to join this conversation.
No description provided.