Baoyuantop commented on issue #623:
URL:
https://github.com/apache/apisix-helm-chart/issues/623#issuecomment-4205354065
To clarify the two questions:
1. The `dashboard` section in the **apisix** chart's `values.yaml` controls
whether to deploy the apisix-dashboard as a **subchart** dependency. It does
not embed dashboard functionality into the APISIX gateway itself.
2. For etcd authentication in the dashboard chart, the `apisix-dashboard`
chart's own `values.yaml` supports etcd credentials (lines 88-107 in dashboard
values.yaml):
```yaml
config:
conf:
etcd:
endpoints:
- apisix-etcd:2379
username: ~ # etcd auth username
password: ~ # etcd auth password
```
Closing as this is a documentation/usage question. If you still have
questions, please feel free to reopen.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]