devopsix

Results 7 comments of devopsix

We are also affected by this issue (Liquibase 4.9.1, Spring Boot 2.7.5). We are using the `?` operator inside an `` element in an XML changelog file. As a work-around...

I came across the same issue as described in “6. center at page center (transform)”. Here are a few more observations. - Percentage y component parameters to `translate` seems to...

> Keycloak supports using different URLs for frontend request, and backend request. Assuming Gatekeeper uses the backend URL for Keycloak to fetch discovery endpoint, only auth endpoint (used for user-agent...

> I'm facing the same problem, did you find a workaround? @bard, I am using [OAuth2 Proxy](https://github.com/oauth2-proxy/oauth2-proxy) now. I had investigated similar work-arounds as yours for Kubernetes but with no...

@cowlingj I have updated my original example to louketo-proxy:1.0.0 and keycloak:10.0.2 and tried using the `openid-provider-proxy` option. It seems I get one step further now but I cannot seem to...

I use `--openid-provider-proxy=http://keycloak:8080`. Without that option louketo-proxy would fail to start as originally described: ``` louketo_1 | 2020-07-10T12:29:59.732Z info attempting to retrieve configuration discovery url {"url": "http://localhost:8080/auth/realms/test", "timeout": "30s"} louketo_1...

> docker compose is not kubernetes, it has no access to localhost @Morriz, technically that's correct, no doubt. But please note what @cowlingj suggested [above](https://github.com/louketo/louketo-proxy/issues/539#issuecomment-641939073): > 2. Set the `discovery-url`...