Skip to content

Instantly share code, notes, and snippets.

@psturc
Last active May 15, 2018 12:40
Show Gist options
  • Select an option

  • Save psturc/a577bbe2ddd804b07db778abc6e506b8 to your computer and use it in GitHub Desktop.

Select an option

Save psturc/a577bbe2ddd804b07db778abc6e506b8 to your computer and use it in GitHub Desktop.
Keycloak name & type values missing
{
"version": 1,
"clusterName": "https://192.168.37.1:8443",
"namespace": "myproject",
"clientId": "myapp-android",
"services": [
{
"id": "keycloak-myapp-android-public",
"name": "",
"type": "",
"url": "https://keycloak-myproject.192.168.37.1.nip.io",
"config": {
"auth-server-url": "https://keycloak-myproject.192.168.37.1.nip.io/auth",
"confidential-port": 0,
"public-client": true,
"realm": "myproject",
"resource": "myapp-android-public",
"ssl-required": "external"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment