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

MSSQL Database - write connection details to secret #918

Open
ryanseipp opened this issue Jan 22, 2025 · 0 comments
Open

MSSQL Database - write connection details to secret #918

ryanseipp opened this issue Jan 22, 2025 · 0 comments
Labels
enhancement New feature or request needs:triage

Comments

@ryanseipp
Copy link

What problem are you facing?

On an MSSQLDatabase, defining writeConnectionSecretToRef effectively does nothing, as no relevant information is contained in the secret that would be helpful in connecting to it. MSSQLServer does publish this information. However, in my case, the server is a shared resource, which may be used by many databases, which may be connected to by applications in different K8s namespaces. Having connection details only published from the server makes it impractical to replicate the secret to all the namespaces that require connection information.

What could help solve your problem?

Publish connection details to a MSSQLDatabase within the secret defined by writeConnectionSecretToRef. Useful fields would include the endpoint, username, and password.

@ryanseipp ryanseipp added enhancement New feature or request needs:triage labels Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs:triage
Projects
None yet
Development

No branches or pull requests

1 participant