-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Currently, the ClickHouse username and password are configured directly in config.yaml. For better security and flexibility—especially in containerized or CI/CD environments—it would be helpful to support setting these credentials via environment variables, such as:
CLICKHOUSE_USER=your_user
CLICKHOUSE_PASSWORD=your_passwordThis would allow sensitive information to be managed outside of static config files.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested