-
Notifications
You must be signed in to change notification settings - Fork 12
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
EREGCSC-2471 update pgaudit parameters #1168
Conversation
@@ -263,6 +263,10 @@ resources: | |||
search_path: '"$user",public' | |||
pgaudit.role: "rds_pgaudit" | |||
pgaudit.log: "ALL" | |||
pgaudit.log_level: "LOG" |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes for EREGCSC-2530
✨ See the Django Site in action ✨ |
✨ See the Django Site in action ✨ |
6f803ab
to
e75d11e
Compare
✨ See the Django Site in action ✨ |
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...
Steps to manually verify this change...