Skip to content

Commit

Permalink
(emqx) fix dashboard login?
Browse files Browse the repository at this point in the history
  • Loading branch information
h3mmy committed Aug 12, 2023
1 parent 505c150 commit d07e4b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cluster/apps/home/emqx/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ spec:
replicaCount: 3
recreatePods: true
envFromSecret: emqx-secrets
# Dashboard params were quietly changed https://github.com/emqx/emqx/issues/7567
emqxConfig:
EMQX_DASHBOARD__DEFAULT_USER__LOGIN: admin
EMQX_DASHBOARD__DEFAULT_USER__PASSWORD: ${EMQX_ADMIN_PASSWORD}
EMQX_AUTHENTICATION__ENABLE: "false"
EMQX_AUTHENTICATION__MECHANISM: password_based
EMQX_AUTHENTICATION__BACKEND: postgresql
Expand All @@ -49,8 +52,6 @@ spec:
# EMQX_CLUSTER__K8S__APISERVER: "https://kubernetes.default.svc:443"
# EMQX_CLUSTER__K8S__SERVICE_NAME: "{{ .Release.Name }}-headless"
# EMQX_CLUSTER__K8S__NAMESPACE: *ns
EMQX_DASHBOARD__DEFAULT_USERNAME: admin
EMQX_DASHBOARD__DEFAULT_PASSWORD: ${EMQX_ADMIN_PASSWORD}
EMQX_LOADED_MODULES: "emqx_mod_presence,emqx_mod_subscription,emqx_mod_topic_metrics"
EMQX_LOADED_PLUGINS: "emqx_management,emqx_recon,emqx_retainer,emqx_dashboard,emqx_rule_engine,emqx_prometheus,emqx_auth_mnesia"
# emqxAclConfig: >
Expand Down

1 comment on commit d07e4b3

@h3mmy
Copy link
Owner Author

@h3mmy h3mmy commented on d07e4b3 Aug 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.