We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using AWS' RDS & to be able to load data from S3 you need to add the following grant GRANT LOAD FROM S3
GRANT LOAD FROM S3
But because there is a 3 in the grant it fails the enforced pattern pattern: ^[A-Z_ ]+$
3
pattern: ^[A-Z_ ]+$
Try to grant load from s3 to a user
apiVersion: mysql.sql.crossplane.io/v1alpha1 kind: Grant metadata: name: test-user-s3 spec: forProvider: privileges: - "GRANT LOAD FROM S3" userRef: name: test-user providerConfigRef: name: provider-sql
Crossplane version: v1.15.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
I am using AWS' RDS & to be able to load data from S3 you need to add the following grant
GRANT LOAD FROM S3
But because there is a
3
in the grant it fails the enforced patternpattern: ^[A-Z_ ]+$
How can we reproduce it?
Try to grant load from s3 to a user
What environment did it happen in?
Crossplane version: v1.15.0
The text was updated successfully, but these errors were encountered: