Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use k8s secrets for passwords #386

Closed
R-omk opened this issue May 15, 2020 · 6 comments
Closed

Use k8s secrets for passwords #386

R-omk opened this issue May 15, 2020 · 6 comments

Comments

@R-omk
Copy link

R-omk commented May 15, 2020

Why don't you use k8s secrets to store passwords?

As a user of a product, I would like to connect the same k8s secret to an application and to an clickhouse cluster

@sunsingerus
Copy link
Collaborator

These items are already in TODO list, however, with no specific implementation dates so far.

@sunsingerus sunsingerus added enhancement New feature or request feature research required This issue requires additional research labels Jun 23, 2020
@sunsingerus
Copy link
Collaborator

implemented in 0.14.0

@sunsingerus sunsingerus added in testing and removed research required This issue requires additional research enhancement New feature or request feature labels Apr 15, 2021
@Slach
Copy link
Collaborator

Slach commented Apr 16, 2021

@sunsingerus could you share some links with CHI examples how to use this feature?

@sunsingerus
Copy link
Collaborator

In CHOP config file one can specify not only plan username/password, but also namespace/name of the secret where passwords are located. Credentials from the secret takes precedence in case both options provided. In case no secret provied, operator fallback to old approcah with plaintest credentials.

@sunsingerus
Copy link
Collaborator

sunsingerus commented Apr 16, 2021

One more note - operator configuration can be presented as CustomResource, there is no need to modify files backed in Docker image

@alex-zaitsev
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants