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
Hello, i try to configure adminUrl/rootUrl/baseUrl for clients, but i have found nothing about that in documentation/crds definition.
please add the ability to configure adminUrl rootUrl and baseUrl in clients
The text was updated successfully, but these errors were encountered:
Hello @lutartur
Currently, our operator only supports setting the webUrl, which is used for both adminUrl and rootUrl. Here’s an example:
webUrl,
adminUrl
rootUrl
apiVersion: v1.edp.epam.com/v1 kind: KeycloakClient metadata: name: keycloakclient-sample spec: webUrl: https://example.com
At this time, baseUrl is not supported. I will add support for configuring adminUrl, rootUrl, and baseUrl to our backlog.
baseUrl
Thank you for your feedback!
Sorry, something went wrong.
sad, but ok. I'll wait for it
tag me when it's will be ready
zmotso
No branches or pull requests
Hello,
i try to configure adminUrl/rootUrl/baseUrl for clients, but i have found nothing about that in documentation/crds definition.
please add the ability to configure adminUrl rootUrl and baseUrl in clients
The text was updated successfully, but these errors were encountered: