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
When a provider config contains a directive to set ConnectionLimit, it blindly applies the setting without checking the observed state as it does for Privileges and ConfigurationParameters. This is causing additional traffic to the catalog that is unhelpful in a distributed environment.
How could Crossplane help solve your problem?
In provider-sql/pkg/controller/postgresql/role/reconciler.go:
What problem are you facing?
When a provider config contains a directive to set ConnectionLimit, it blindly applies the setting without checking the observed state as it does for Privileges and ConfigurationParameters. This is causing additional traffic to the catalog that is unhelpful in a distributed environment.
How could Crossplane help solve your problem?
In provider-sql/pkg/controller/postgresql/role/reconciler.go:
The text was updated successfully, but these errors were encountered: