Jakub Wądołowski

Results 37 comments of Jakub Wądołowski

Thanks @Skejven. `allowedResponseHeaders` will do the trick, however there are 2 downsides of this approach: * there are situations where traffic goes via knot.x, but nothing is being done Handlebars-wise,...

Here's the use case: - initially full ACS AEM tools package got installed - later on it has been decided we need `min` version - Chef code was created that...

I can use pretty much anything that's included in `properties.xml` to determine whether given package was uploaded/installed or not. If description will be differentiated it basically solves the problem. Nevertheless,...

@justinedelson I've been thinking the same way, that we can simply put `min` version in our Chef recipe, but it turned out reality is a bit more complicated. If we...

As an interim solution I set `nginx['enable_non_ssl'] = false`, run `chef-server-ctl reconfigure` and updated my Apache config to use HTTPS proxy instead of plain HTTP one: ``` User ELB Apache...

What I'm trying to say is that's kinda misleading - no content was fetched, but all of a sudden the report is green :) Exactly the same situation can happen...

Well, no one said that's an easy process, but it's definitely achievable :) Last year I participated in a project (quite a big one) that heavily relied on AET as...

A change is an error in my case :) I'd like to fail the whole build as soon as any change (number of changes greater than 0) was detected by...

Here's yet another mysterious error ``` [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building xxxxx 1.0.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- aet-maven-plugin:2.0.1:run (default-cli) @ aet --- [INFO] Successfully connected...

Hey @shortdudey123 - did you find out what was the problem? Out of the blue I started to see exactly the same issues with [kitchen-digitalocean](https://github.com/test-kitchen/kitchen-digitalocean) (it uses droplet_kit under the...