Skip to content

Commit

Permalink
fix: Wrong env variable for logsearch api token (#867)
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Alevski <[email protected]>
  • Loading branch information
Alevsk authored Oct 11, 2021
1 parent ceeb9f5 commit 8b6f93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/minio.min.io/v2/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ const LogAuditTokenKey = "LOGSEARCH_AUDIT_AUTH_TOKEN"

// LogQueryTokenKey is the k8s secret/environment variable key name referring to
// the token used to perform search query on audit logs persisted.
const LogQueryTokenKey = "MINIO_QUERY_AUTH_TOKEN"
const LogQueryTokenKey = "MINIO_LOG_QUERY_AUTH_TOKEN"

// ConsolePrometheusURL is the url to the prometheus the console should use to pull metrics from.
const ConsolePrometheusURL = "MINIO_PROMETHEUS_URL"
Expand Down

0 comments on commit 8b6f93a

Please sign in to comment.