From 6bcbb124d268f5df369990b2a844b29f5014c0d2 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Fri, 25 May 2018 10:27:09 -0500 Subject: [PATCH] Add PGRST_ROLE_CLAIM_KEY to ENV --- docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 96c243cc4..c5d7a8289 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -35,7 +35,8 @@ ENV PGRST_DB_URI= \ PGRST_SECRET_IS_BASE64=false \ PGRST_JWT_AUD= \ PGRST_MAX_ROWS= \ - PGRST_PRE_REQUEST= + PGRST_PRE_REQUEST= \ + PGRST_ROLE_CLAIM_KEY=".role" # PostgREST reads /etc/postgrest.conf so map the configuration # file in when you run this container