clean-glass-46254
03/03/2022, 8:46 AMkratos_1 | The configuration contains values or keys which are invalid:
kratos_1 | courier: map[sms:map[enabled:true from:+##########request_config:map[auth:map[config:map[password:*** user:sean.westfall@gmail.com] type:basic_auth] header:map[Content-Type:application/x-www-form-urlencoded] method:POST url:<https://api.twilio.com/2010-04-01/Accounts/***/Messages.json]]> smtp:map[connection_uri:<smtps://postmaster>@***:***@smtp.mailgun.org:465/?skip_ssl_verify=true from_address:no-reply@***]]
kratos_1 | ^-- additionalProperties "sms" not allowed
and what my current config looks like for courier:
courier:
smtp:
from_address: no-reply@***
connection_uri: <smtps://postmaster>@***:***@smtp.mailgun.org:465/?skip_ssl_verify=true
sms:
from: '+##########'
request_config:
url: <https://api.twilio.com/2010-04-01/Accounts/***/Messages.json>
method: POST
header:
'Content-Type': 'application/x-www-form-urlencoded'
auth:
type: basic_auth
config:
user: ***
password: ***
enabled: true
white-yak-22226
03/03/2022, 9:01 AMclean-glass-46254
03/06/2022, 10:37 PMmake docker
, that's how I've been doing it, and that's also how I tested the original pr).git log
commit 65004c11203712818016d478be3905e0c1fc8cdb (HEAD -> master, origin/master, origin/HEAD)
Author: Anirudh Oppiliappan <x@icyphox.sh>
Date: Thu Feb 24 15:58:10 2022 +0530
chore: use live mailchimp list ids (#2254)
commit 8c58e94707122a9b50873ca1acaa32659b5b8416
Author: aeneasr <3372410+aeneasr@users.noreply.github.com>
Date: Wed Feb 23 14:00:54 2022 +0100
fix: lower-case jsonnet context for sms
commit 799fa106cd0fed33afbe76903911df9292d49bf6
Author: aeneasr <3372410+aeneasr@users.noreply.github.com>
Date: Wed Feb 23 13:55:02 2022 +0100
test: add tests for new sms options
magnificent-energy-493
clean-glass-46254
06/09/2022, 9:17 PM