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

Enable Auditing #203

Open
3 tasks done
csatib02 opened this issue Jun 17, 2024 · 0 comments
Open
3 tasks done

Enable Auditing #203

csatib02 opened this issue Jun 17, 2024 · 0 comments
Labels
kind/enhancement Categorizes issue or PR as related to an improvement. lifecycle/keep Denotes an issue or PR that should be preserved from going stale.

Comments

@csatib02
Copy link
Member

Preflight Checklist

  • I have searched the issue tracker for an issue that matches the one I want to file, without success.
  • I am not looking for support or already pursued the available support channels without success.
  • I agree to follow the Code of Conduct.

Version

v0.1.3

Expected Behavior

Currently, auditing is only possible through standard output (stdout) and standard error (stderr). However, since logging using log/slog is enabled and the SECRET_SYNC_LOG_SERVER environment variable can be set, that can be used to store logs in a specific manager, or otherwise use a default option:

var DefaultSyncJobAuditLogPath = filepath.Join(os.TempDir(), "sync-audit.log")

Actual Behavior

Currently, auditing is only possible through standard output (stdout) and standard error (stderr).

Steps To Reproduce

No response

Logs

No response

Additional Information

No response

@csatib02 csatib02 added kind/bug Categorizes issue or PR as related to a bug. kind/enhancement Categorizes issue or PR as related to an improvement. and removed kind/bug Categorizes issue or PR as related to a bug. labels Jun 17, 2024
@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR that has become stale and will be auto-closed. label Aug 18, 2024
@csatib02 csatib02 added lifecycle/keep Denotes an issue or PR that should be preserved from going stale. and removed lifecycle/stale Denotes an issue or PR that has become stale and will be auto-closed. labels Aug 18, 2024
@bank-vaults bank-vaults deleted a comment from github-actions bot Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Categorizes issue or PR as related to an improvement. lifecycle/keep Denotes an issue or PR that should be preserved from going stale.
Projects
Status: 🔖 Ready for work
Development

No branches or pull requests

1 participant