Hello,
I'm trying to configure keycloak for first time. My setup has 2 containers
keycloak and jenkins.
Following the example how to integrate those two, I created a realm and a
client called "jenkins".
It seams that the realm configuration it's not correct as I get the
following debug error.
"15:47:55,791 ERROR [org.jboss.resteasy.resteasy_jaxrs.i18n] (default
task-12) RESTEASY002010: Failed to execute: javax.ws.rs.NotFoundException:
RESTEASY003210: Could not find resource for full path:
http://192.168.99.100:32786/auth/realms/ci/protocol/openid-connect/login?...
"
I noticed that "
http://192.168.99.100:32786/auth/realms/ci/protocol/openid-connect" does
not work generally. The URL ending with "/auth/realms/ci/account" it works.
if I access the URL:
http://192.168.99.100:32786/auth/realms/ci
{"realm":"ci","public_key":"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj0IQoyEf8wt4ZkD0Jf6t8ppM4MVtiR+QJkaWctQvYRPeg9HGBHLDcsnQnpQ+zZ6Rl5sn5CArqcEygpALpglUiiGdSuH8X0VwfATpWB/0KBwylPJ7CJObDiKoBD7ZMjR67IRa9e8ySdbbCb/Ehapk9SkDfAU7dgHscEkVMuHWUilSpGrqUPPMX9dl6rpIZGX/87DxuHGi4e3d9RYrvKS6wliZF+Pvar5A48OmmklTIpPoPr4NXyQx7a1gsk3VjHLtK2NBLcbMVY+juJTCxa2reukl0eMGVITYFyQgQrXtCyDh18M3TTyFQsS3H2+dLcUdob8r1f973HHXaOUDiD7TrwIDAQAB","token-service":"http://192.168.99.100:32786/auth/realms/ci/protocol/openid-connect","account-service":"http://192.168.99.100:32786/auth/realms/ci/account","admin-api":"http://192.168.99.100:32786/auth/admin","tokens-not-before":0}
Can you help how to find the problem ?
p.s. is there any other way to find help on those matters? Tried IRC but
nobody is replying there...
Thank you