In cloudbeaver 25.0.5 team and usernames could include a colon ":"
Since 25.0.6 it is not allowed anymore. Could you allow colons again?
Background why this would be needed:
We use reverse header authentication with oauth-proxy and keycloak. oauth-proxy adds the groups/roles from keycloak in this format:
role:client:clientroles (e.g. role:test-db:cloudbeaver-support)
We configured this as the team id in cloudbeaver and that worked fine.
The alternative would be to either rewrite the header via additional proxy or add support in oauth-proxy to choose another delimiter.
In cloudbeaver 25.0.5 team and usernames could include a colon ":"
Since 25.0.6 it is not allowed anymore. Could you allow colons again?
Background why this would be needed:
We use reverse header authentication with oauth-proxy and keycloak. oauth-proxy adds the groups/roles from keycloak in this format:
role:client:clientroles (e.g. role:test-db:cloudbeaver-support)
We configured this as the team id in cloudbeaver and that worked fine.
The alternative would be to either rewrite the header via additional proxy or add support in oauth-proxy to choose another delimiter.