Preflight Checklist
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
Preflight Checklist
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:
secret-sync/pkg/apis/v1alpha1/syncjob_types.go
Line 26 in 23b5bfc
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