Eetu Purontaus
Eetu Purontaus
For users having multiple Gitlab instances (such as during migration between systems), it is highly beneficial to connect the same runner instance to multiple Gitlabs. Currently, only a single global...
### Description Keycloak.js supports specifying explicit scopes in keycloak.init(), but the option is missing from the documentation. Adapter being documented: https://github.com/keycloak/keycloak/blob/90fe97133c5b5474286b56121679393e46ff01df/adapters/oidc/js/src/keycloak.js#L152
Keycloak.js supports specifying explicit scopes in `keycloak.init()`, but the option is missing from the documentation. This PR adds that documentation. Adapter being documented: https://github.com/keycloak/keycloak/blob/90fe97133c5b5474286b56121679393e46ff01df/adapters/oidc/js/src/keycloak.js#L152 Closes #1509
### Describe the bug ### Summary - User authenticates via an external IdP - Browser session against IdP terminates - User tries to log out from Keycloak - Keycloak redirects...
### Proposed changes Added a note to compose docs that absolute path can be set with secret long syntax. This has been supported by the engine for a while. ###...
### Description For passing sensitive information (database password) to a Keycloak container, it would be useful to support a file-based solution in addition to the plain environment variables. [Postgres](https://hub.docker.com/_/postgres) image,...