Skip to content

keycloak: do not allow full scope for openid gitlab client

We do not want full scope to be allowed for the gitlab openid client. In fact we already have it disabled, however the latest provider seems to have changed something which makes terraform to have the desire to change this to true. Set it explicitly to false to avoid changing behavior.

Merge request reports