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

AWS provider: Can't use dot-notation for aws.s3.bucket.policy #3612

Open
mm-weber opened this issue Mar 20, 2024 · 1 comment
Open

AWS provider: Can't use dot-notation for aws.s3.bucket.policy #3612

mm-weber opened this issue Mar 20, 2024 · 1 comment
Labels
aws bug Something isn't working

Comments

@mm-weber
Copy link
Contributor

mm-weber commented Mar 20, 2024

Describe the bug
The .dot-notation doesn't work for aws.s3.bucket.policy :
image

But aws.s3.bucket {policy} does work:
image

cnquery version

cnquery v10.8.2 (e9b2af3af, unknown)

  aws 10.3.6 with connectors: aws
@mm-weber mm-weber added bug Something isn't working aws labels Mar 20, 2024
@vjeffrey
Copy link
Contributor

this is an interesting one....it seems like when we access via aws.s3.bucket { policy { * }} everything is fine, but when we try to access via aws.s3.bucket.policy { * }, the bucket information is empty, so we can't fetch the policy. not sure why yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants