Skip to content

Commit

Permalink
Add role-claim-key to docker postgrest.conf
Browse files Browse the repository at this point in the history
With #1091, the role-claim-key was added, but it is not configurable in docker containers as the template config doesn't allow it.
This patch adds the necessary line to the postgrest.conf of the docker container.
  • Loading branch information
theomega authored and steve-chavez committed May 25, 2018
1 parent f80cfbf commit f6c1ff8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/postgrest.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ server-proxy-uri = "$(PGRST_SERVER_PROXY_URI)"
jwt-secret = "$(PGRST_JWT_SECRET)"
secret-is-base64 = "$(PGRST_SECRET_IS_BASE64)"
jwt-aud = "$(PGRST_JWT_AUD)"
role-claim-key = "$(PGRST_ROLE_CLAIM_KEY)"

max-rows = "$(PGRST_MAX_ROWS)"
pre-request = "$(PGRST_PRE_REQUEST)"

0 comments on commit f6c1ff8

Please sign in to comment.