gentle-bird-90474
09/18/2023, 9:57 AM<http://storage.googleapis.com|storage.googleapis.com>
), but put the templates on our own servers instead. Applying this config gives me:
URL `https://$OUR_DEV_HOST` is not allowed for `courier.templates.recovery.invalid.email.body.html`
where obviously $OUR_DEV_HOST
is a real resolvable domain name. I’d really like (mid-term) to have everything related to configuring Ory under version control and CI/CD’ed so it can be part of the normal devs develop/review/deploy (/roll-back) workflow. So far this seems not possible with Ory. Am I right here? Are you people working on something that makes it possible?gentle-bird-90474
09/18/2023, 9:57 AMsteep-lamp-91158
base64
URLssteep-lamp-91158
steep-lamp-91158
gentle-bird-90474
09/18/2023, 11:09 AMgentle-bird-90474
09/18/2023, 11:10 AMgentle-bird-90474
09/18/2023, 11:11 AM<http://storage.googleapis.com|storage.googleapis.com>
or even <http://storage.googleapis.com/bac-gcs-production|storage.googleapis.com/bac-gcs-production>
is a whitelisted hostname in the template engine config (but this is just a wild guess). I don’t see how this is related to encoding?gentle-bird-90474
09/18/2023, 11:13 AMcourier.templates.recovery.invalid.email.body.html
and siblings and similar.gentle-bird-90474
09/18/2023, 11:16 AMsteep-lamp-91158
steep-lamp-91158
gentle-bird-90474
09/18/2023, 12:49 PMupload the content itself (through a base64 URL)
steep-lamp-91158
base64
, and the URL host is the base64 encoded stringsteep-lamp-91158
<base64://aGVsbG8>
for the string hello
cuddly-tomato-15519
09/19/2023, 4:12 PMtemplates:
verification:
valid:
email:
body:
html: <https://static.gameflow.tv/email-templates/verification.html.gotmpl>
plaintext: <https://static.gameflow.tv/email-templates/verification.txt.gotmpl>
cuddly-tomato-15519
09/19/2023, 4:12 PMgentle-bird-90474
09/26/2023, 8:59 AMsteep-lamp-91158
gentle-bird-90474
09/26/2023, 9:11 AM