suraj chauhan

Results 3 comments of suraj chauhan

@MinnyKuan is this still a issue for you? I was able to process the example doc using `partition_doc` on my linux

I added ENV variable PGRST_DB_ANON_ROLE: ${OPENBALENA_DB_USERNAME} in postgrest service and it fixed anon error for me .... extends: file: ./common.yml service: component image: harmonidcaputo/open-balena-postgrest:${OPENBALENA_POSTGREST_VERSION_TAG} environment: PGRST_DB_URI: postgres://${OPENBALENA_DB_USERNAME}:${OPENBALENA_DB_PASSWORD}@open-balena-db-1:${OPENBALENA_DB_PORT}/resin PGRST_JWT_SECRET: ${OPENBALENA_JWT_SECRET} PGRST_DB_ANON_ROLE:...

> I recently performed a fresh installation of open-balena-admin from scratch, and it looks like the fix mentioned by [@srjchauhan](https://github.com/srjchauhan) (adding PGRST_DB_ANON_ROLE: ${OPENBALENA_DB_USERNAME} to the postgrest service) was already present....