Tibo Beijen

Results 15 issues of Tibo Beijen

Kube-janitor seems perfect for auto-cleaning of temp. feature deploys. But... we use Helm. So it would remove the resources and leave the release data (secret objects) dangling. Possible ways to...

On a dev. cluster we have some Fargate 'nodes'. This causes the daemonset check to fail, in the process causing other alerts because of pods stuck in Pending. In the...

bug

/kind bug **What happened?** A PVC provisioned by aws-efs-csi-driver, previously mounting fine, fails to mount after pod restart due to an error seemingly originating from efs-utils: ``` Error retrieving region....

kind/bug

We use cacheback a lot for async 'always fast' fetching of data that is requested regularly. Example: Our API exposes weather info. This data is fetched from a 3rd party...

### The problem Occasionally, when activating a property, activation fails with a http 409 status error: "ARL file/version exist". This happens in multiple projects. It's worth noting that: * We...

bug

I find myself often using the following construct when asserting if a certain log message has been recorded: ```py import logging def test_things(caplog): # things assert list(filter(lambda r: r[0] ==...

### Terraform Version ```shell Terraform v1.6.6 on darwin_arm64 ``` ### Terraform Configuration Files ```terraform locals { yaml_inline_sample_error =

bug
new

Fix for #919 Always refresh token after create realm. Rationale is this should not be expensive since: * Creating a realm is relatively rare * In a lot of scenarios...

TL;DR: * Starting from Keycloak v22, GET-ing a realm with same access token used to create it, returns an incomplete 200 instead of 403. * As was the case in...

- Added nginx to docker-comose setup for easy access logs - Now using docker-compose.override to specify alt. keycloak image - Added Keycloak 22.0.5 to acceptance tests Depends on merge and...