Commit Graph

9 Commits

Author SHA1 Message Date
decentral1se 5e4114036b
docs: more doc strings for secret package 2021-09-04 23:39:38 +02:00
decentral1se 4e92057f61
refactor: make SecretValue internal 2021-09-04 23:35:56 +02:00
decentral1se fadbbabe09
docs: package doc string for secret 2021-09-04 23:29:05 +02:00
decentral1se ba7b18f703
refactor: pass functions into own file 2021-09-04 23:28:54 +02:00
decentral1se f9ae9c9a56
feat: add app secret rm 2021-08-31 10:31:54 +02:00
Roxie Gibson d777eb2af1
refactor(style): errs should not start with upper 2021-08-02 04:20:02 +01:00
decentral1se 42968fb8e1
feat: finally implement app new command 2021-07-31 15:50:04 +02:00
decentral1se 932803453e
WIP: still hacking on the app new command
Finally had to fork godotenv because it strips comments and we need
those to parse length values (e.g. "FOO=v1  # length=10") (or in other
words, motivation to move to the YAML format).

There is a new secret module now, with functionality for dealing with
generation and parsing of secrets.

The final output needs some work and there is also the final step of
implementing the sending of secrets to the docker daemon. Coming Soon
™️.
2021-07-31 12:49:22 +02:00
decentral1se 769c5b899b
refactor: abstract secret generation into package 2021-07-30 22:53:51 +02:00