update to use 1password for secrets
This commit is contained in:
parent
c30d67005b
commit
c0441ab616
4 changed files with 5 additions and 4 deletions
|
@ -2,5 +2,5 @@ taskd.certificate=/home/kellya/.config/task/intheam_certs/private.certificate.pe
|
|||
taskd.key=/home/kellya/.config/task/intheam_certs/private.key.pem
|
||||
taskd.ca=/home/kellya/.config/task/intheam_certs/ca.cert.pem
|
||||
taskd.server=inthe.am:53589
|
||||
taskd.credentials=inthe_am/kellya/{{ (index (lastpass "intheam_token") 0).password }}
|
||||
taskd.credentials={{ onepasswordRead "op://Private/intheam_token/password" }}
|
||||
taskd.trust=strict
|
||||
|
|
|
@ -2,4 +2,4 @@ taskd.server=app.wingtask.com:53589
|
|||
taskd.key=/home/kellya/.config/task/wingtask_certs/alex.kelly@arachnitech.com.key.pem
|
||||
taskd.ca=/home/kellya/.config/task/wingtask_certs/letsencrypt_root_cert.pem
|
||||
taskd.certificate=/home/kellya/.config/task/wingtask_certs/alex.kelly@arachnitech.com.cert.pem
|
||||
teaskd.credentials=WingTask/alex.kelly@arachnitech.com/{{ (index (lastpass "wingtask_token") 0).password }}
|
||||
teaskd.credentials=WingTask/alex.kelly@arachnitech.com/{{- onepasswordRead "op://Private/wingtask_token/password" -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue