Feature request:
The Helm chart currently does not offer any way to customize the manager REST API password. The Dragonfly manager just seeds the initial REST API admin user as root with password dragonfly.
This is not exposed to the public internet by the chart defaults (manager.service.type: ClusterIP, ingress disabled), but if an operator exposes the manager Service externally for gRPC access, the REST API is exposed on the same Service with the default credentials.
Use case:
There isn't much of a point in having credentials in the first place if almost everybody just uses the default.
Feature request:
The Helm chart currently does not offer any way to customize the manager REST API password. The Dragonfly manager just seeds the initial REST API admin user as
rootwith passworddragonfly.This is not exposed to the public internet by the chart defaults (
manager.service.type: ClusterIP, ingress disabled), but if an operator exposes the manager Service externally for gRPC access, the REST API is exposed on the same Service with the default credentials.Use case:
There isn't much of a point in having credentials in the first place if almost everybody just uses the default.