Skip to content
Discussion options

You must be logged in to vote

I solved my own problem by referring the doc note section
https://hasura.io/docs/1.0/graphql/core/deployment/graphql-engine-flags/reference.html#server-config
as per one reference i found
#3737 (comment)

we can send the custom postgres configs from postgres options
Steps followed:

  1. First finalize the key to add which can be used in custom functions
    e.g.
    custom.HASURA_ENCRYPT_DECRPT_SECRET_KEY=$UPER_$ECRET_KEY 
    
  2. Add it as the option with -c like below
    ?options=-c custom.HASURA_ENCRYPT_DECRPT_SECRET_KEY=$UPER_$ECRET_KEY
    
  3. Then Encode only that 2nd step part of

You can use use this URL for url encode decode

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by SameerChorge94
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant