Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lab 6 / Step "How to configure Keyckoack" #27

Open
pierre-yves-monnet opened this issue Dec 15, 2023 · 1 comment
Open

Lab 6 / Step "How to configure Keyckoack" #27

pierre-yves-monnet opened this issue Dec 15, 2023 · 1 comment
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@pierre-yves-monnet
Copy link

The camunda-cloud/camunda-platform does not exist:

$ helm install ccsm camunda-cloud/camunda-platform -f values.yaml
Error: INSTALLATION FAILED: repo camunda-cloud not found

According to the previous lab, the correct command should be

helm install camunda-platform camunda/camunda-platform -f values.yaml 

Second, how do you see the dependency between identity/keycloak/postgresql using kubectl get pods?

The port forward operation is missing, to be able to access the identity

kubectl port-forward svc/camunda-platform-identity 8084:80
kubectl port-forward svc/camunda-platform-keycloak 18080:80

Second, keycloak does not want to start.

2023-12-15 23:37:09,663 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: Failed to start server in (development) mode
2023-12-15 23:37:09,663 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: Failed to obtain JDBC connection
2023-12-15 23:37:09,663 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: FATAL: password authentication failed for user "bn_keycloak"
2023-12-15 23:37:09,663 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) For more details run the same command passing the '--verbose' option. Also you can use '--help' to see the details a
b

PS:
1/ the README.md should be renamed instructions.md, or all other instructions.md should be rename README.md in other labs
2/ the YAML file values.yaml should be renamed with camunda-platform-authorization.yaml or other YAML labs file should be renamed value.yaml to be coherent

@pierre-yves-monnet pierre-yves-monnet added bug Something isn't working documentation Improvements or additions to documentation labels Dec 15, 2023
@shaarmann
Copy link
Contributor

Fixed the helm chart repository in pull request #38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants