Skip to content

Admin user and password config using environment variables #416

@yoavo-datricks

Description

@yoavo-datricks

We are working on designing a k8s deployment for cloudbeaver. We are in the process of writing a helm chart to build a proper k8s deployment including options to setup server configuration, add data sources via config maps and secrets, ingress, etc.
However, the basic functionality of configuring the admin user is currently impossible to develop.

What we are about to develop is having the server configured for no authentication and have only data source level authentication. This is fairly secured, however not optimal.

What we wished for is the ability to configure just the admin user via environment variables.
For example CD_ADMIN_USER and CB_ADMIN_PASS. This way will be able to initialize the user name and password via a k8s secret and have a secured login process to the product.

WE PLAN TO SHARE THE HELM CHART ONCE COMPLETED.

Thanks,
Yoav

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions