Skip to content

Commit

Permalink
chore(artifact): log MinIO audit logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jvallesm committed Feb 18, 2025
1 parent 3347ab2 commit 0d8e71e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/core/templates/artifact-backend/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ data:
key: /etc/instill-ai/core/ssl/artifact/tls.key
{{- end }}
maxdatasize: {{ .Values.maxDataSizeMB }}
logminioaudit: {{ .Values.artifactBackend.logMinIOAudit }}
database:
username: {{ default (include "core.database.username" .) .Values.database.external.username }}
password: {{ default (include "core.database.rawPassword" .) .Values.database.external.password }}
Expand Down
1 change: 1 addition & 0 deletions charts/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ artifactBackend:
user: minioadmin
password: minioadmin
bucketname: instill-ai-knowledge-bases
logMinIOAudit: true
numberOfWorkers: 20
blob:
hostport: http://localhost:8080
Expand Down

0 comments on commit 0d8e71e

Please sign in to comment.