Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EREGCSC-2471 update pgaudit parameters #1168

Merged
merged 2 commits into from
Feb 12, 2024

Conversation

peggles2
Copy link
Contributor

@peggles2 peggles2 commented Feb 9, 2024

Resolves #
EREGCSC-2471
EREGCSC-2470
EREGCSC-2472
EREGCSC-2530

Description-
Found that the pgaudit parameters were not setup appropriately accordingly to your security policy.
The following were changed
pgaudit.log_level: "LOG"
pgaudit.log_parameter: 1
pgaudit.log_statement_once: 0
pgaudit.log_catalog: 1
This pull request changes...

  • expected change 1

Steps to manually verify this change...

  1. When merged to main we can check dev rds and ensure that the values are set correctly.

@@ -263,6 +263,10 @@ resources:
search_path: '"$user",public'
pgaudit.role: "rds_pgaudit"
pgaudit.log: "ALL"
pgaudit.log_level: "LOG"
Copy link
Contributor Author

@peggles2 peggles2 Feb 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes for this ticket -> EREGCSC-2471

pgaudit.log_level: "LOG"
pgaudit.log_parameter: 1
pgaudit.log_statement_once: 0
pgaudit.log_catalog: 1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes for this ticket -> EREGCSC-2470

@@ -263,6 +263,10 @@ resources:
search_path: '"$user",public'
pgaudit.role: "rds_pgaudit"
pgaudit.log: "ALL"
pgaudit.log_level: "LOG"
pgaudit.log_parameter: 1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes for this ticket -> EREGCSC-2472

@@ -263,6 +263,10 @@ resources:
search_path: '"$user",public'
pgaudit.role: "rds_pgaudit"
pgaudit.log: "ALL"
pgaudit.log_level: "LOG"
pgaudit.log_parameter: 1
pgaudit.log_statement_once: 0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes for EREGCSC-2530

@peggles2 peggles2 marked this pull request as ready for review February 9, 2024 17:56
Copy link

github-actions bot commented Feb 9, 2024

✨ See the Django Site in action

Copy link

github-actions bot commented Feb 9, 2024

✨ See the Django Site in action

@peggles2 peggles2 added the Needs Review This PR needs a code review label Feb 9, 2024
@peggles2 peggles2 assigned peggles2 and cgodwin1 and unassigned peggles2 Feb 12, 2024
Copy link

✨ See the Django Site in action

@peggles2 peggles2 merged commit 627cd35 into main Feb 12, 2024
18 checks passed
@PhilR8 PhilR8 added Approved and removed Needs Review This PR needs a code review labels Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants