Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update release command to create readonly user
On release, in addition to running database migrations on the Postgres database, ensure that there exists a 'readonly' user for the Arango database, with universal read-only permissions. This user is used by application code for certain actions like running arbitrary AQL queries via the GET /api/workspaces/{workspace}/aql/ endpoint.
- Loading branch information