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

CBG-4058: Globally configurable audit events #7000

Merged
merged 7 commits into from
Jul 23, 2024
Merged

CBG-4058: Globally configurable audit events #7000

merged 7 commits into from
Jul 23, 2024

Conversation

bbrks
Copy link
Member

@bbrks bbrks commented Jul 22, 2024

CBG-4058

Makes a small subset of events globally configurable in the startup config, because they're not associated with any one database where we can hang the configuration from.

These events are not allowed to be defined on the database's enabled_events configuration, and likewise, database-scoped events are not allowed to be defined in the startup config. This avoids inherietance/override complications, and there's no (current) case that a single event is always applicable to both (and filterable).

It's possible this could change in the future (e.g. the log streaming allows database console log level/key settings to override the global one if set, maybe that approach could apply here too in future?)

Integration Tests

Copy link

Redocly previews

@adamcfraser adamcfraser merged commit adb49d1 into main Jul 23, 2024
43 checks passed
@adamcfraser adamcfraser deleted the CBG-4058 branch July 23, 2024 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants