mc admin config set play audit_webhook \
endpoint="https://webhook.site/1234"
mc admin config set play audit_webhook:PRIMARY \
endpoint="https://webhook.site/5678"
Successfully applied new settings.
Successfully applied new settings.
1.- Observe Console incorrectly indicating that Audit is not setup
1.- Cleanup
mc admin config reset play audit_webhook
mc admin config reset play audit_webhook:PRIMARY
Context
It is not possible to check the MinIO Audit setup using the Console
Regression
Not clear
Your Environment
mc version used:
mc --version
mc version RELEASE.2024-08-17T11-33-50Z (commit-id=2c94b8d03979ed96a6379ecabc3435b271398efc)
Runtime: go1.22.6 linux/amd64
Copyright (c) 2015-2024 MinIO, Inc.
License GNU AGPLv3 <https://www.gnu.org/licenses/agpl-3.0.html>
MinIO version used (minio --version):
mc admin info play | grep Version | head -n1
Version: 2024-09-03T18:23:41Z
Server setup and configuration:
Operating System and version (uname -a): Linux ... 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Expected Behavior
Audit log setups should be visible from the Console from quick validation
Current Behavior
Audit log setups are not visible from the Console
Possible Solution
Not sure
Steps to Reproduce (for bugs)
1.- Check audit log setup
1.- Setup audit default and an extra
1.- Check audit setup
1.- Observe Console incorrectly indicating that Audit is not setup
1.- Cleanup
Context
It is not possible to check the MinIO Audit setup using the Console
Regression
Not clear
Your Environment
mc
version used:minio --version
):uname -a
):Linux ... 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux