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

Audit Event Handler ignores realm-based log configurations #115

Closed
OGIS-RyoKobayashi opened this issue Aug 9, 2019 · 0 comments
Closed
Assignees
Milestone

Comments

@OGIS-RyoKobayashi
Copy link
Contributor

OGIS-RyoKobayashi commented Aug 9, 2019

Description

Audit Event Handler ignores realm-based log configurations after restart.
Even if you set the log configuration for the realm, the global log configurations are applied when restart.

Steps to reproduce

The following is the case when you set to CSV Audit Handler.

  1. Set Audit Logs / Audit Handler
    1. Create a new realm.
    2. Create an "Audit Logging" service in the new realm.
    3. Add "Secondary Connfigurations" with CSV.
      • Set name and create.
    4. Set the "topics" item value on the "General Handler Configuration" tab to empty.
  2. Restart and check if the settings are reflected
    1. Access to login page in the realm and login as demo user.
    2. Check the audit log and confirm that there is no log for the target realm.
      The last column in the audit log shows the target realm.
    3. Restart the OpenAM service.
    4. Access to login page in the realm and login as demo user.
    5. Check the audit log.

Expected Results

There is no log for the target realm in audit log.

Actual Results

There is some logs for the target realm in audit log.

References

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

No branches or pull requests

2 participants