-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support URL config value #11
Comments
Oh, I forgot about the db-schema = "test"
jwks = import https://domain.co/jwk |
I don't really think this is a good idea, on several different levels...
|
Totally understand. No change needed from configurator-pg. I think now this should be handled in postgrest. Similarly to what we do for an option = @filename config value.(I somehow thought this was handled in configurator-pg, sorry about that). |
Hey there.
Adding support for getting a config value from a URL would allow us to close PostgREST/postgrest#1130 and PostgREST/postgrest#1292.
This would be similar to what dhall does: https://docs.dhall-lang.org/tutorials/Language-Tour.html?highlight=url#url-imports. I was thinking that maybe the
{http/https}://
prefix could be inferred to be an HTTP value.What do you think?
The text was updated successfully, but these errors were encountered: