Problem with Keycloak in Activiti Cloud Example

cancel
Showing results for 
Search instead for 
Did you mean: 
ddtien66
Active Member

Problem with Keycloak in Activiti Cloud Example

Hi all,

   I follow the Getting Start in https://activiti.gitbook.io/activiti-7-developers-guide, in which I run the example on Google Cloud GKE. Everything works fine per the guide. Then, I am trying to federate users from my Active Directory to the Keycloak (installed by the example). I follows the keycloak guide, but when I cannot sync users from AD into Keycloak. I do not know know how to access to Keycloak JBoss server, in order to examine its log for the issue.

 Had you had experience in this, I appreciate your advice!

1 Reply
salaboy
Senior Member

Re: Problem with Keycloak in Activiti Cloud Example

Hi Doung,

The answer is in the Getting Started..

When you finish the HELM installation you have all the URLS like this:

NOTES:
_ _ _ _ _ _____ _ _
/\ | | (_) (_) | (_) / ____| | | |
/ \ ___| |_ ___ ___| |_ _ | | | | ___ _ _ __| |
/ /\ \ / __| __| \ \ / / | __| | | | | |/ _ \| | | |/ _` |
/ ____ \ (__| |_| |\ V /| | |_| | | |____| | (_) | |_| | (_| |
/_/ \_\___|\__|_| \_/ |_|\__|_| \_____|_|\___/ \__,_|\__,_|
Version: 7.0.0.GA
Thank you for installing activiti-cloud-full-example-1.1.1
Your release is named example.
To learn more about the release, try:
$ helm status example
$ helm get example
Get the application URLs:
Activiti Keycloak : http://activiti-cloud-gateway.default.35.194.42.164.nip.io/auth
Activiti Gateway : http://activiti-cloud-gateway.default.35.194.42.164.nip.io/
Activiti Modeler : http://activiti-cloud-gateway.default.35.194.42.164.nip.io/activiti-cloud-modeling
Activiti GraphiQL : http://activiti-cloud-gateway.default.35.194.42.164.nip.io/graphiql
If you access to the keycloak URL:   http://activiti-cloud-gateway.default.35.194.42.164.nip.io/auth
You will see the link to the administration console and then you can use:
admin/admin
For the credentials.
Hope that helps