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

Error message "RESTEASY004655: Unable to invoke request" #9

Open
webwurst opened this issue Aug 6, 2019 · 0 comments
Open

Error message "RESTEASY004655: Unable to invoke request" #9

webwurst opened this issue Aug 6, 2019 · 0 comments
Assignees

Comments

@webwurst
Copy link

webwurst commented Aug 6, 2019

I am getting that error message. My keycloaks.k8s.kiwigrid.com looks like this:

apiVersion: k8s.kiwigrid.com/v1beta1
kind: Keycloak
metadata:
  name: keycloak-test1
spec:
  clientId: admin-cli
  passwordSecretKey: password
  passwordSecretName: keycloak-http
  passwordSecretNamespace: keycloak-test1
  realm: master
  url: https://keycloak-test1.mydomain.org/auth
  username: admin

The secret also exists and was created this way

kubectl create secret generic keycloak-http \
  --from-literal=password=$(openssl rand -base64 32 | tr -d "\n" | base64)

What can I do to debug this further?

@sschnabe sschnabe self-assigned this Sep 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants