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

Cognito User username

Open irizzant opened this issue 5 months ago • 0 comments

What happened?

I'm trying to create a Cognito User and AWS requests are without username field.

The User resource doc shows there is no field called username or similar.

I tried to use the attributes field as follows:

attributes:
  username = [email protected]

but I still get the AWS request error shown below: "errorMessage": "Username should be an email.",

How can we reproduce it?

Try to create a Cognito User

What environment did it happen in?

Crossplane version: 1.17.0

Kubernetes version (use kubectl version) 1.30 Kubernetes distribution (e.g. Tectonic, GKE, OpenShift) EKS

irizzant avatar Sep 10 '24 16:09 irizzant