Skip to content

Commit

Permalink
Merge pull request #559 from hmcts/PAY-6701-feesReg
Browse files Browse the repository at this point in the history
PAY-6701 Force access to tables
  • Loading branch information
davejones74 authored Nov 28, 2023
2 parents 15e691a + 1ac3a63 commit 666f43a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/fees-register-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: "2.0"
description: Helm chart for the HMCTS fees-register api
name: fees-register-api
home: https://github.com/hmcts/ccfr-fees-register-app
version: 0.4.3
version: 0.4.4
maintainers:
- name: HMCTS Fees & Payments Dev Team
email: [email protected]
Expand Down
4 changes: 4 additions & 0 deletions infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ module "fees-register-database-v15" {
location = var.location
env = var.env
pgsql_admin_username = var.postgresql_user

# Setup Access Reader db user
force_user_permissions_trigger = "1"

pgsql_databases = [
{
name : var.database_name
Expand Down

0 comments on commit 666f43a

Please sign in to comment.