crossplane / docs

Repo for Crossplane documentation.
https://docs.crossplane.io
Other
49 stars 110 forks source link

[Web Bug] - AWS Quickstart: Provide basic 'credentials' debugging help #736

Open mjbright opened 6 months ago

mjbright commented 6 months ago

Nice quickstart overall. But I was getting no S3 bucket created (AWS credentials errors due to a syntax error in my credentials.txt file).

Whilst this was my error, I think it would be useful to give a little help.

When attempting to create the S3 bucket, check for the creation of the bucket by

Check for any events associated with the mirror resource:

So finally I realised that there must be something wrong with my credentials.txt file itself.

I removed some empty lines, but I think it was the single quotes around the actual key which caused problems initially. Once I made these changes and recreated the secret, I created my first crossplane resource

URL: https://docs.crossplane.io/latest/getting-started/provider-aws/

jbw976 commented 6 months ago

Glad you got to a successful resource creation @mjbright!

I see a link in that page to https://docs.upbound.io/providers/provider-aws/authentication/, do you see some useful information there that might have helped? looks mostly related to all the multiple options of auth that are available, so perhaps not what you were looking for exactly 🤔