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

POSTGRES_URI_ARGS applied to operator don't apply to generated secrets #155

Open
jeffutter opened this issue Mar 31, 2024 · 0 comments
Open

Comments

@jeffutter
Copy link

It looks like the POSTGRES_URI_ARGS settings applied to the operator don't end up here in the resulting secrets. This can be rather important when connecting with something like sslmode=disable, it's likely that if the operator needs that any clients would as well.

The operator should either append that automatically or offer the same setting in PostgresUser.

I suspect one could generate that manually with secretTemplate but it seems less surprising to handle it automatically if it's configured in the operator.

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

No branches or pull requests

1 participant