Skip to content

Commit

Permalink
update example env to add new limited reader var
Browse files Browse the repository at this point in the history
  • Loading branch information
Akopti8 committed May 6, 2024
1 parent 102ba0b commit f645871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .example.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ S3API_SERVICE_PORT='5005'
KEYCLOAK_PUBLIC_KEYS_URL='public-keys-url-string'
AUTH_LEVEL=1 # Options: [0, 1] corresponds to [no FGAC, FGAC]. This integer value configures the initialization mode in docker-compose.
AUTH_LIMITED_WRITER_ROLE='s3_limited_writer'
AUTH_LIMITED_READER_ROLE='s3_limited_reader'

## DB for Auth:
POSTGRES_CONN_STRING='postgres://user:password@postgres:5432/db?sslmode=disable'
Expand Down

0 comments on commit f645871

Please sign in to comment.