postgres-operator icon indicating copy to clipboard operation
postgres-operator copied to clipboard

POSTGRES_URI_ARGS applied to operator don't apply to generated secrets

Open jeffutter opened this issue 1 year ago • 0 comments

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.

jeffutter avatar Mar 31 '24 03:03 jeffutter