You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
We are currently using version 6.4.1 and trying to upgrade to version 7.31.
In our production setup, we create dynamic credentials (username and password) and inject it using vault, see vault documentation.
In 6.4.1 we use the StoreOptions.Connection(Func<NpgsqlConnection> source) to construct the connection at runtime. This functionality has been removed in version 7.31, it just throws a NotSupportedException.
There is an open issue in npgsql Allow rotating usernames on NpgsqlDataSource in addition to passwords.
Is it possible to temporarily put the functionality back until this feature is supported by npgsql? Or is there another way to achieve this in version 7?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
We are currently using version 6.4.1 and trying to upgrade to version 7.31.
In our production setup, we create dynamic credentials (username and password) and inject it using vault, see vault documentation.
In 6.4.1 we use the
StoreOptions.Connection(Func<NpgsqlConnection> source)
to construct the connection at runtime. This functionality has been removed in version 7.31, it just throws a NotSupportedException.There is an open issue in npgsql Allow rotating usernames on NpgsqlDataSource in addition to passwords.
Is it possible to temporarily put the functionality back until this feature is supported by npgsql? Or is there another way to achieve this in version 7?
Beta Was this translation helpful? Give feedback.
All reactions