Skip to content

Cannot grant load from S3 to user #176

Open
@stevewhitaker-oc

Description

@stevewhitaker-oc

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions