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

[Bug]: provider-aws-s3 - Not able to create AWS S3 bucket after upgrading to v1.16.0 #1549

Open
1 task done
vilkovtato opened this issue Oct 31, 2024 · 0 comments
Open
1 task done
Labels
bug Something isn't working needs:triage

Comments

@vilkovtato
Copy link

vilkovtato commented Oct 31, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Affected Resource(s)

s3.aws.upbound.io/v1beta1(2) - Bucket

Resource MRs required to reproduce the bug

apiVersion: s3.aws.upbound.io/v1beta2
kind: Bucket
metadata:
  name: bump-provider-test
  namespace: crossplane
spec:
  forProvider:
    region: us-east-1

Steps to Reproduce

  • install aws s3 provider:
apiVersion: pkg.crossplane.io/v1
kind: Provider
metadata:
  name: provider-aws-s3
spec:
  package: xpkg.upbound.io/upbound/provider-aws-s3:v1.16.0
  • this will automatically install aws-provider-family version v1.16.0
  • apply above mentioned s3 bucket manifest

What happened?

bucket was not created

Relevant Error Output Snippet

observe failed: failed to observe the resource: [{0 reading S3 Bucket
        (bump-provider-test): operation error S3: HeadBucket, https
        response error StatusCode: 403, RequestID: xxx, HostID:xxx,
        api error Forbidden: Forbidden  []}]

Crossplane Version

1.17.1

Provider Version

v1.16.0

Kubernetes Version

1.29

Kubernetes Distribution

EKS

Additional Info

this is not problem of access rights:

  • different provider (ec2) is working - which was confirmed by successfully creating AWS security group...
  • in order to be sure, the AWS IAM Role used was given full s3 rights...
  • the s3: HeadBucket action does not exists in AWS

both v1beta1/v1beta2 has the same problem

@vilkovtato vilkovtato added bug Something isn't working needs:triage labels Oct 31, 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 needs:triage
Projects
None yet
Development

No branches or pull requests

1 participant