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

### Description of your changes Fixes #92 I have: - [X] Read and followed Crossplane's [contribution process]. - [ ] Run `make reviewable` to ensure this PR is ready for...

### What happened? After creating a Role por postgresql if we create a database logged in as super-user on already existed PostgreSQL server on GCP (and probably on RDS) with...

bug

### Description of your changes When connection secret doesn't contain `port`, this change assumes default port for MySQL, 3306. This is needed because provider-aws doesn't write port (by default) to...

### What problem are you facing? There is currently no way to upgrade extension version ### How could Crossplane help solve your problem? Upgrade the extension to the version specified...

enhancement

### What problem are you facing? If a secret containing connection parameters for Mysql server doesn't contain `port`, the connection will timeout when attempting to use the provider, e.g. when...

enhancement

### What problem are you facing? We're using RDS for PostgreSQL and after using provider-sql to install aws_s3 extension we have to grant usage to the extension manually. `grant all...

enhancement

### What problem are you facing? It would be ideal to support managing database schemas declaratively using this provider. ### How could Crossplane help solve your problem? Add a `Schema`...

enhancement

### What problem are you facing? I have a single application that I've deployed multiple times (multiple testing environments). In the application's manifests it requests a MySQL db (sort of...

enhancement

### What happened? I tried to authenticate provider-sql as the AzureAD administrator of an MSSQL Server provisioned by Crossplane via the MSSQLServer.sql.azure managed resource with the AzureAD administrator referencing a...

bug

### What problem are you facing? Azure Sql Servers offer the option for exclusive Microsoft Entra ID (Azure AD) login. I need to be able to login with that option....

enhancement