Skip to content

Commit

Permalink
Merge pull request #569 from hmcts/PAY-6909
Browse files Browse the repository at this point in the history
PAY-6909: Force DB user to be added to readonly group
  • Loading branch information
davejones74 authored Feb 26, 2024
2 parents 13569ef + ecb0dbd commit b17870c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5
version: 0.4.6
maintainers:
- name: HMCTS Fees & Payments Dev Team
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ module "fees-register-database-v15" {
pgsql_admin_username = var.postgresql_user

# Setup Access Reader db user
force_user_permissions_trigger = "1"
force_user_permissions_trigger = "0"

pgsql_databases = [
{
Expand Down

0 comments on commit b17870c

Please sign in to comment.