-
|
Hi, Whatever I try, I keep getting: But a call to https://myserver:8443/realms/master does give me some nice json returned. Trying with both GET and POST. I have given the admin user every available role there is in a default system. Am I forgetting something? Should I enable something using the admin GUI? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Above can be ignored. It works with curl, so it took a while for me to find a solution. |
Beta Was this translation helpful? Give feedback.
-
|
@kwoot there's no need to delete your post. Other community members may find the information here useful. |
Beta Was this translation helpful? Give feedback.
-
|
I will add to this thread with Curl Rest problem. I have keycloak running on a kubernetes cluster with ingress setup. I can login and connect grafana to it. Not sure what the issue below is. imports/test-realm.json: Process: Result: Thank you |
Beta Was this translation helpful? Give feedback.
Above can be ignored. It works with curl, so it took a while for me to find a solution.
In the end the following worked in Ansible.
(Personally I think this piece of code should be in the admin manual in some form).