Adam Mróz
Adam Mróz
### Describe the problem I'm trying to use the library for OIDC with [Keyrock](https://github.com/ging/fiware-idm). Unfortunately, I have an issue with `at_hash` value – it seems to be improperly calculated on...
Creating a new application usign 'Open ID Connect Authentication' option fails in the latest (8.3.0) docker image. Logs: ``` fiware-keyrock | 2022-11-12T20:08:02.484Z idm:web-application_controller --> create fiware-keyrock | 2022-11-12T20:08:02.486Z idm:web-application_controller -->...
Apparently, `at_hash` value for JWT token is improperly calculated – instead of using `base64url` it's using `base64` function. I encountered this issue when I tried to integrate OIDC using `express-openid-connect`...
I was really confused, why should I print out the result of subtracting two numbers in a loop (even though I'm very much aware of the ASCII characters). I hope...
`CKAN_DB_PASSWORD` and `DATASTORE_READONLY_PASSWORD` might not be properly evaluated when building docker image. In bash, variables referenced in single quotes (`'`) strings are not evaluated, while double quotes (`"`) are. For...
https://github.com/k8ssandra/k8ssandra-operator/issues/1465 **What this PR does**: This is an attempt to add `volumeMounts` option to medusa container. **However, for some reason, on my local cluster it completely prevents deploying Cassandra pods,...
**What is missing?** `K8ssandraCluster.spec.medusa` doesn't provide ability to mount additional volumes. **Why do we need it?** It's not possible to mount `ConfigMap`, that could be used to configure Medusa. My...
**What happened?** We use custom secrets refs in our cluster, backed by [External Secrets Operator](https://external-secrets.io/latest/); with `secretsProvider` set to `internal`. When updating secrets' values, they are automatically rotated for Cassandra...
**Is your feature request related to a problem? Please describe.** I'm running k8ssandra in a restricted environment – there's no direct action to kubectl, images need to be sourced from...