Skip to content

Commit

Permalink
Legg til auditlog
Browse files Browse the repository at this point in the history
  • Loading branch information
richardmartinsen committed Feb 3, 2025
1 parent 0b4b7d1 commit aea7b44
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nais/dev/nais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,9 @@ spec:
hour: 4
pointInTimeRecovery: false
tier: db-custom-1-3840
flags:
- name: cloudsql.enable_pgaudit
value: "true"
- name: pgaudit.log
value: 'write'
type: POSTGRES_15
5 changes: 5 additions & 0 deletions nais/prod/nais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,9 @@ spec:
hour: 4
pointInTimeRecovery: true
tier: db-custom-4-15360
flags:
- name: cloudsql.enable_pgaudit
value: "true"
- name: pgaudit.log
value: 'write'
type: POSTGRES_15

0 comments on commit aea7b44

Please sign in to comment.