Moritz Schmitz von Hülst

Results 7 issues of Moritz Schmitz von Hülst

**Is this a request for help?**: No **Is this a BUG REPORT or FEATURE REQUEST?** (choose one): BUG_REPORT **Version of Helm and Kubernetes**: ``` helm: version.BuildInfo{Version:"v3.9.1", GitCommit:"a7c043acb5ff905c261cfdc923a35776ba5e66e4", GitTreeState:"clean", GoVersion:"go1.18.4"} kubectl:...

### Problem Statement The `/admin` path in our Keycloak instance is exposed to the public. Some of our admin users require access to the admin console. `keycloak-config-cli` is accessing Keycloak...

enhancement

**What this PR does / why we need it**: What: This PR enables support for using an existing authorization token. Why: This helps in scenarios where the token isn't issued...

Implement [PBKDF2](https://en.wikipedia.org/wiki/PBKDF2) as cryptographic function See: https://pkg.go.dev/golang.org/x/crypto/pbkdf2

**Is your feature request related to a problem? Please describe.** I expect to use the monitoring client to create services of type `gkeWorkload`. **Describe the solution you'd like** Add the...

api: monitoring
external

### Current Behavior I am receiving this error `Caused by: java.lang.NullPointerException: Cannot invoke "java.util.Map.get(Object)" because "customAttributes" is null` when trying to import a realm config via `keycloak-config-cli`. Error message: ```...

bug