-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
env replacement in [auth.sms.twilio] / account_sid
#2647
Labels
Comments
Nevermind seems to be code in cli that's not doing the env replacement, but only in AuthToken: Lines 785 to 798 in 89bc764
|
2 tasks
The replacement does not work for |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
It seems that
env(...)
is not evaluated inaccount_sid
. Twilio works if it put value directly inaccount_sid
but it doesn't if i try to use and env.env(...)
works inauth_token
To Reproduce
Edit your config.toml
Start supabase with the referenced variables set:
Inspect variables in docker:
Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
System information
Rerun the failing command with
--create-ticket
flag.Darwin mbpm2.t.hu 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:14:38 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6020 arm64
1.191.3
Docker version 27.1.1, build 6312585
Additional context
If applicable, add any other context about the problem here.
The text was updated successfully, but these errors were encountered: