Commit cc95e01
Encrypt/decrypt config (#86)
* Added crypt options
* Fix pylint and flake8
* No cover to no testable conditions
* No cover to no testable conditions
* Removed encrypted var after decrypted
* Fix, send path to ConfFile from Microservice class to set path from code
* Updated pipfile
* Fix unused import
* Updated dependencies
* Changed SHA2576 to SHA512_256
* Updated docs
* Fix example
* Fix docs and update examples
* Fix issue #88
* Update docs/encrypt_decryt_configuration.md
Co-Authored-By: Àlex Pérez <alexperez@paradigmadigital.com>
* Update docs/encrypt_decryt_configuration.md
Co-Authored-By: Àlex Pérez <alexperez@paradigmadigital.com>
* Update docs/encrypt_decryt_configuration.md
Co-Authored-By: Àlex Pérez <alexperez@paradigmadigital.com>
* Update docs/encrypt_decryt_configuration.md
Co-Authored-By: Àlex Pérez <alexperez@paradigmadigital.com>
* Update docs/encrypt_decryt_configuration.md
Co-Authored-By: Àlex Pérez <alexperez@paradigmadigital.com>
* Update docs/encrypt_decryt_configuration.md
Co-Authored-By: Àlex Pérez <alexperez@paradigmadigital.com>
* Update docs/encrypt_decryt_configuration.md
Co-Authored-By: Àlex Pérez <alexperez@paradigmadigital.com>
* Fix typo
* Fix typo
Co-authored-by: Àlex Pérez <alexperezpujol@disroot.org>1 parent a4a6871 commit cc95e01
File tree
21 files changed
+667
-120
lines changed- docs
- examples/microservice_configuration
- pyms
- cmd
- config
- flask/app
- utils
- tests
21 files changed
+667
-120
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments