provider-sql icon indicating copy to clipboard operation
provider-sql copied to clipboard

An SQL provider for @crossplane

Results 50 provider-sql issues
Sort by recently updated
recently updated
newest added

### What problem are you facing? For smaller RDS instances, we see CPU spikes when many provider-sql objects are reconciled at the same time. This can affect applications using the...

enhancement

### What problem are you facing? When running `kubectl tree` on a composite resource that has provider-sql resources that are not ready, it's not possible to see that the resources...

enhancement

Hi, It seems that currently RDS IAM authentication for mysql/postgresql users is not possible with the provider. Here are the official docs: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.DBAccounts.html For mysql it is necessary to set...

enhancement

### What happened? When we attempt to create a new user in the database it seems that provider-sql can not log in to the database itself. Here is debug logs:...

bug

i was typing the entire template nicely and then foolishly ctrl+r'ed with hopes of search and replace. needless to say it reloaded the page and i lost everything so please...

bug

### What problem are you facing? We'd like to connect to a CloudSQL instance by connection string rather than endpoint. Specifically, we always use [Cloud SQL Proxy](https://cloud.google.com/sql/docs/mysql/connect-kubernetes-engine#proxy) to connect from...

enhancement

### What problem are you facing? Azure Postgres instance connection string use a username formatted as @. This make it impossible to use the connection string directly since username returned...

enhancement

### What problem are you facing? One popular use case is to use provider-sql with Amazon RDS. The latest version introduced `verify-full` as default sslMode, which requires that provider-sql needs...

enhancement

### What happened? I had 3 different `SELECT` grants for different databases for the same user in MySQL. In MySQL they showed up as: ``` GRANT SELECT ON `db1`.* TO...

bug

### What problem are you facing? Grants for ALL privileges are not becoming ready Example: ``` apiVersion: postgresql.sql.crossplane.io/v1alpha1 kind: Grant metadata: name: example-role2-on-example-db spec: forProvider: databaseRef: name: example-db roleRef: name:...

enhancement