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

Creating an S3 bucket is failing due to missing security header #1767

Closed
itaimalek opened this issue May 29, 2023 · 1 comment
Closed

Creating an S3 bucket is failing due to missing security header #1767

itaimalek opened this issue May 29, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@itaimalek
Copy link

itaimalek commented May 29, 2023

Hi all, I'm very new to Crossplane and I'm trying to create an S3 bucket on my AWS EKS cluster.
I'm using crossplanecontrib/provider-aws:v0.40.0 and deployed Crossplane using Helm chart crossplane-1.12.1
mu bucket manifest is as follows:

apiVersion: s3.aws.crossplane.io/v1beta1
kind: Bucket
metadata:
  name: itai-xp-bucket-otier
spec:
  deletionPolicy: Delete
  forProvider:
    locationConstraint: us-east-1
  providerConfigRef:
    name: aws-provider-config

and for the life of me I can't get it to work properly, the bucket is created in my AWS account but it show:

NAME                     READY   SYNCED   AGE
itai-xp-bucket-otier   False   False    6m13s

and on describe it shows:

Warning  CannotObserveExternalResource  12s   managed/bucket.s3.aws.crossplane.io  operation error S3: PutBucketAcl, https response error StatusCode: 400, RequestID: QHTZ1Q2PPPBFVNEA, HostID: c8vdotjdA4lof0RbBrumE8HlnC/UKGpClviBuOeflNOAHpePhTLXLU4ib1mTDvk4mHu18ZU2ZHw=, api error MissingSecurityHeader: Your request was missing a required header

can anyone hint on what am I missing, I've been working on this for an entire day now with no luck 😞

on a sidenote I've tried the official Upbound provider and provider-jet-aws:v0.5.0 both worked as expected but I'm keen on using this provider.

@itaimalek itaimalek added the bug Something isn't working label May 29, 2023
@MisterMX
Copy link
Collaborator

MisterMX commented Jun 1, 2023

Duplicate of #1760

Solution: #1760 (comment)

@MisterMX MisterMX marked this as a duplicate of #1760 Jun 1, 2023
@MisterMX MisterMX closed this as completed Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants