update to use 1password for secrets

This commit is contained in:
Alex Kelly 2023-04-06 19:23:00 -04:00
commit c0441ab616
4 changed files with 5 additions and 4 deletions

View file

@ -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" -}}