Rune Engseth

Results 18 comments of Rune Engseth
trafficstars

Update, this workaround causes problems when creating new accounts. The bootstrap-pipeline fails with ``` botocore.exceptions.ClientError: An error occurred (ValidationError) when calling the CreateChangeSet operation: Unable to fetch parameters [/adf/cross_region/kms_arn/us-east-1,/adf/cross_region/s3_regional_bucket/us-east-1] from...

@tharindu-qoot The workaround I described above worked for me. In the near future we'll need to configure a new region, so we'll test this again then

> This doesn't seem right, were you able to deploy stacks cross-region ? Yes. However, when you are bootstrapping a new region, ADF will create a new deployment-bucket for that...

@thomasmcgannon thanks for the pointer to the other issue. This is in fact one of our cases. The other being manually triggering the pipeline as you say. And yes, and...

Ran into the exact same problem today. Would be nice to be able to have multiple files, or as an alternative, support multiple policies in one file. Any thoughts from...

Hit this today. No luck getting this to work based on docs. Any pointers? @hipstersmoothie

I tried deleting the credentials from the keychain, but I'm still having the issue

I think I have stumbled across a related issue. Using the strategy for [paging](https://github.com/derjust/spring-data-dynamodb/wiki/Query-Size-Limits-and-Pageable), I still have to annotate my `findBy*` methods with `@EnableScan` the error is: ``` java.lang.IllegalArgumentException: Scanning...