apisix-helm-chart icon indicating copy to clipboard operation
apisix-helm-chart copied to clipboard

dashboard chart: secrets should not reside in configmaps

Open dionysius opened this issue 11 months ago • 1 comments

  • etcd credentials: https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix-dashboard/templates/configmap.yaml#L38-L43
  • dashboard users: https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix-dashboard/templates/configmap.yaml#L62-L66

dionysius avatar Jan 29 '25 20:01 dionysius

+1

Secrets should be configurable and managed within the Apisix Helm Chart as *.valueFrom.secretKeyRef.key

AleMScof avatar Feb 04 '25 15:02 AleMScof