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

Create login credentials secrets in several namespaces #3386

Closed
juanmbellini opened this issue Sep 21, 2022 · 1 comment
Closed

Create login credentials secrets in several namespaces #3386

juanmbellini opened this issue Sep 21, 2022 · 1 comment

Comments

@juanmbellini
Copy link

Overview

As far as I understood from the documentation, when setting user stuff in a cluster manifest (with user access to the database), a secret with login credentials will be created in the same namespace where the cluster is deployed. But what if we want to access the database from other namespaces?

Use Case

I would like to deploy database clusters in different namespaces than the ones from where the apps accessing them are running. So, it would be great that we could set in which namespaces the secrets with the login credentials are created.

Desired Behavior

We could define in which namespaces the login credentials secrets are created in our cluster manifests.

Environment

This feature would be environment agnostic. You would only need different namespaces in which databases and applications using these databases are deployed.

Additional Information

Right now I'm just copying secrets between namespaces. I would like to avoid this step as I think is error prone, and also a bit insecure.

@benjaminjb
Copy link
Contributor

Seems like a duplicate of #2831, so closing this and also here to report that we have captured this in our backlog

@benjaminjb benjaminjb closed this as not planned Won't fix, can't repro, duplicate, stale Dec 29, 2022
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

2 participants