commit 9c68d3cb1a8919393653741a43ee53a70e8d1f2c parent 6dbba02e5d54de6f7da38a5d6823114050a2ad9f Author: Christian Grothoff <grothoff@gnunet.org> Date: Wed, 22 Oct 2025 15:14:57 +0200 adjust to new script being added to challenger for #10295 Diffstat:
| M | roles/challenger/templates/etc/challenger/sms-challenger.env.j2 | | | 8 | +++++++- |
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/roles/challenger/templates/etc/challenger/sms-challenger.env.j2 b/roles/challenger/templates/etc/challenger/sms-challenger.env.j2 @@ -1,4 +1,10 @@ # systemd environment file for challenger-httpd # Provides secrets needed. -# Set to telesign.com auth token! +# Legacy style AUTH_TOKEN={{ SMS_CHALLENGER_TELESIGN_AUTH_TOKEN }} +# Modern style +TELESIGN_AUTH_TOKEN={{ SMS_CHALLENGER_TELESIGN_AUTH_TOKEN }} +# FIXME: add fallback keys +# CLICKSEND_API_KEY={{ SMS_CHALLENGER_CLICKSEND_API_KEY }} +# CLICKSEND_USERNAME={{ SMS_CHALLENGER_CLICKSEND_USERNAME }} +