apisix
apisix copied to clipboard
Make the deployment role configuration as default
Description
Currently, there are two ways to configure APISIX's data source / enable Admin API or not:
- via various configurations, like
enable_admin\config_center\etcd. - via deployment role: https://github.com/apache/apisix/blob/master/docs/en/latest/architecture-design/deployment-role.md
In APISIX v3, we are going to make the deployment role the default.
Maybe we can remove those various configurations like enable_admin \ config_center \ etcd at that time.