Tomasz Szuster
Tomasz Szuster
Thx for reply. I'm puzzled now... The pod is using SA with the below permissions ``` "s3:ListAllMyBuckets", "s3:ListBucket", "s3:HeadBucket", "s3:HeadObject", "s3:List*", "s3:Get*", ``` The bucket is encrypted using KMS, although...
Hello. Our bucket contains those files (created by AWS) ``` aws s3 ls s3://kubecost-/spot/ 2022-05-25 07:37:28 6148 .DS_Store 2022-05-25 07:37:28 589 112233445566.2022-05-18-03.004.237f18b3.gz 2022-05-25 07:37:28 541 112233445566.2022-05-18-07.003.7a930a0a.gz 2022-05-25 07:37:28 594 112233445566.2022-05-18-07.004.775e79c1.gz...
Hello @jcharcalla I was able to get all files from S3 bucket using the below procedure 1. Created POD using the below manifest ``` apiVersion: v1 kind: Pod metadata: annotations:...
Hello. Yup, I've used the same SA in my test. I can pinpoint the name of SA for cost analyzer using the below helm chart values ``` serviceAccount: create: false...
Hey @jcharcalla. With other services running in our eks cluster yes, with kubecost without luck.
Hello. The issue is in the CDK I'm afraid. The generated CF code is not correct. I've got an AWS support case and the engineer pointed out that the output...
> ManagedRuleGroupConfigs takes an array of properties, you can specify it exactly how the engineer said it should be specified if you separate your input into multiple arrays > >...
No worry Peter. The short story is that the python method enforces to use login, and password in one construct. That's mandatory. I can't split it into multiple objects as...
Hey @peterwoodworth. Yes, I agree with @j-jasmin if you can add an example using native cdk constructs (not raw JSON) also in python I would be very grateful.
@peterwoodworth Sadly bug is still there. I copied the example provided by you from [here](https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_wafv2/CfnWebACL.html#managedrulegroupstatementproperty) and I'm still getting errors during deployment: ```bash Resource handler returned message: "Error reason: EXACTLY_ONE_CONDITION_REQUIRED,...