Christiaan Goossens
Christiaan Goossens
When looking at how to make the changes requested in #885 and #793 , I came up with the following method for adding information to access tokens: - You can...
Please, answer some short questions which should help us to understand your problem / question better? - **Which image of the operator are you using?** registry.opensource.zalan.do/acid/postgres-operator:v1.8.2 - **Where do you...
Just an investigation into the possibilities of adding this: currently the server supports LDAP and LDAPS, through the default `tls.createServer()` method. It is however recommended to use STARTTLS instead of...
**Describe the bug** The mobile app, on Android, logs out whenever the app is closed when using OIDC login. This is independent of token lifetimes. **Task List** Other steps seem...
### What happened? *This is not necessarily a bug with the syncer itself, but with the configuration of the charts shipped by vcluster.* Currently, the `syncer` container is configured with...
## Describe the bug After a succesful configuration and many UI requests, a random 403 is triggered. This causes: - Requests to no longer show up on the web container...
According to RFC 7644, values of `startIndex` in the URL query have the following definition: `A value less than 1 SHALL be interpreted as 1. ` However, a request to...
If we disable the `name.honorificPrefix` field from the user definition (`SCIMMY.Schemas.User.definition.truncate('name.honorificPrefix')`) and then send data that contains that field, such as: ``` { "addresses" : [ { "country" : "Philippines",...