Skip to content
New issue

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

Cannot grant load from S3 to user #176

Open
stevewhitaker-oc opened this issue May 16, 2024 · 0 comments
Open

Cannot grant load from S3 to user #176

stevewhitaker-oc opened this issue May 16, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@stevewhitaker-oc
Copy link

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 pattern pattern: ^[A-Z_ ]+$

How can we reproduce it?

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

What environment did it happen in?

Crossplane version: v1.15.0

  • Cloud provider: AWS EKS
  • Kubernetes version: 1.28
@stevewhitaker-oc stevewhitaker-oc added the bug Something isn't working label May 16, 2024
@Duologic Duologic added the good first issue Good for newcomers label Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants