mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 05:36:14 +03:00
[GH-ISSUE #416] Admin user and password config using environment variables #120
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
pull-request
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:ai
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:dark theme
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:kerberos
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#120
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yoavo-datricks on GitHub (Jul 13, 2021).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/416
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
@kseniiaguzeeva commented on GitHub (Jul 13, 2021):
Thank you for your suggestion. We will help you with it.
@serge-rider commented on GitHub (Jul 13, 2021):
@yoavo-datricks Please read this https://github.com/dbeaver/cloudbeaver/wiki/Server-configuration#automatic-server-configuration
These parameters can be specified in environment variables or in special config file.
Note: this feature will be included in the next CB release (21.1.1). Or you can build it from sources.
@yoavo-datricks commented on GitHub (Jul 14, 2021):
Great news. looking forward to the version release.
Thanks!
@kseniiaguzeeva commented on GitHub (Aug 2, 2021):
21.1.1 CB release is available.