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

Fix outdated audit logging config (#1442) #1443

Closed
wants to merge 1 commit into from
Closed

Conversation

grenik
Copy link

@grenik grenik commented Nov 14, 2024

Closes #1442

@@ -492,7 +492,7 @@ This transparently applies to all implementations, even [custom implementations]
{
"audit-log": {
"[development]": {
"impl": "@cap-js/audit-logging/srv/audit-log-to-console",
"kind": "audit-log-to-console",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"kind": "audit-log-to-console",

@sjvans
Copy link
Contributor

sjvans commented Nov 15, 2024

thanks @grenik

@renejeglinsky we no longer disable the outbox in development, so the sentence

You can opt out of this default by configuring outbox: false in the configuration, for example, as we do in the default configuration for development:

is incorrect. maybe adjust to

You can opt out of this default by configuring outbox: false in the configuration, for example, as shown in the following snippet for profile development:

and remove the kind, as suggested in #1443 (comment)?

@sjvans sjvans mentioned this pull request Nov 15, 2024
sjvans added a commit that referenced this pull request Nov 15, 2024
@sjvans
Copy link
Contributor

sjvans commented Nov 15, 2024

#1446

renejeglinsky added a commit that referenced this pull request Nov 26, 2024
re #1443

---------

Co-authored-by: Rene Jeglinsky <[email protected]>
@renejeglinsky
Copy link
Contributor

I think all changes from this PR have been done in the other PR, so I'm closing it here.
Thanks a lot for your contribution! We really appreciate you taking the time to improve CAP.

All the best,
René

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.

Outdated audit-logging config example leads to an error
3 participants