We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Id is always the same, but it's documented to be unique. For example:
"id": "fh-sync-server" ... "id": "fh-sync-server"
IMHO this should represent actual unique id of the service. Example:
"id": "ag34hgn4g", "name": "Dedicated keycloak instance", "type": "keycloak", ... "id": "daf3gs3a", "name": "My organization Keycloak ", "type": "keycloak",
The text was updated successfully, but these errors were encountered:
ping @maleck13
Sorry, something went wrong.
philbrookes
No branches or pull requests
Id is always the same, but it's documented to be unique.
For example:
IMHO this should represent actual unique id of the service.
Example:
The text was updated successfully, but these errors were encountered: