-
Bug
-
Resolution: Done
-
Critical
-
7.59.0.Final
-
None
-
- Integrate Business central with Keycloak
- Create space aaa.
- Create project bbb.
- Clone git clone ssh://userName@localhost:8001/aaa/bbb
- Credentials are not accepted, project is not cloned.
-
NEW
-
NEW
Credentials are not accepted for cloning a project by ssh when bc is integrated with Keycloak.
It looks like a configuration issue of Elytron changes.
In the previous versions there were these steps:
/subsystem=security/security-domain=other/authentication=classic:remove /subsystem=security/security-domain=other/authentication=classic:add /subsystem=security/security-domain=other/authentication=classic/login-module=git-login-module:add(code="org.keycloak.adapters.jaas.DirectAccessGrantsLoginModule",flag="required",module-options={"keycloak-config-file"=>"${kie_git_config.json"})
where kie_git_config.json contains:
{ "realm": "demo", "realm-public-key": "some-key", "auth-server-url": "http://url-to_keycloak:8075/auth", "ssl-required": "external", "resource": "kie-git", "credentials": { "secret": "password" } }
- relates to
-
RHPAM-3957 Cannot clone project by ssh when business central is integrated with Keycloak
- Closed