From 76a4501588ce83efc6891a6aba9384b9559b07d0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 13 Jun 2018 22:41:14 +0300 Subject: Add: worker_secret to liw.yml --- liw.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/liw.yml b/liw.yml index b5e5d1e..e119ea9 100644 --- a/liw.yml +++ b/liw.yml @@ -40,6 +40,11 @@ smtp_user: pienirelay smtp_password: "{{ lookup('pipe', 'pass show pieni.net/pienirelay') }}" +# Worker client ids for Qvisqve is worker1, worker2, ... They all +# share a secret. FIXME: they should have separate secrets. +worker_secret: "{{ lookup('pipe', 'pass show ick2/worker_secret') }}" + + # Qvisqve handles authentication of API clients and signs its access # tokens using RSA public keys. Define the signing keys, plus an admin # user (for using with icktool), and four workers. FIXME: each worker -- cgit v1.2.1