I’m trying to set up Hasura running on docker using a render.yaml config but I’m hitting some problems with the envVars. In particular, I need to set HASURA_GRAPHQL_AUTH_HOOK to <api service hostport>/hasura_auth_webhook. This seems simple enough and I know that I can do
- key: NOT_QUITE_RIGHT
fromService:
name: api
type: pserv
property: hostport
to get just the hostport, but how can I add the /hasura_auth_webhook on the end? Is this possible with render?