Similar to MinIO now it's possible to configure webhooks to log all triggered errors and incomming requests via env variables: ``` CONSOLE_LOGGER_WEBHOOK_ENABLE_<ID> CONSOLE_LOGGER_WEBHOOK_ENDPOINT_<ID> CONSOLE_LOGGER_WEBHOOK_AUTH_TOKEN_<ID> CONSOLE_LOGGER_WEBHOOK_CLIENT_CERT_<ID> CONSOLE_LOGGER_WEBHOOK_CLIENT_KEY_<ID> CONSOLE_LOGGER_WEBHOOK_QUEUE_SIZE_<ID> CONSOLE_AUDIT_WEBHOOK_ENABLE_<ID> CONSOLE_AUDIT_WEBHOOK_ENDPOINT_<ID> CONSOLE_AUDIT_WEBHOOK_AUTH_TOKEN_<ID> CONSOLE_AUDIT_WEBHOOK_CLIENT_CERT_<ID> CONSOLE_AUDIT_WEBHOOK_QUEUE_SIZE_<ID> ``` Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com>
41 lines
469 B
Plaintext
41 lines
469 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
.DS_Store
|
|
*.swp
|
|
*.orig
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
.idea/
|
|
vendor/
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Ignore executables
|
|
target/
|
|
!pkg/logger/target/
|
|
console
|
|
!console/
|
|
|
|
dist/
|
|
|
|
# Ignore node_modules
|
|
|
|
portal-ui/node_modules/
|
|
|
|
# Ignore tls cert and key
|
|
private.key
|
|
public.crt
|
|
|
|
# Ignore VsCode files
|
|
.vscode/
|
|
*.code-workspace
|
|
*~
|
|
.eslintcache
|