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

add setting adminUrl rootUrl and baseUrl in clients #106

Open
lutartur opened this issue Oct 31, 2024 · 2 comments
Open

add setting adminUrl rootUrl and baseUrl in clients #106

lutartur opened this issue Oct 31, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@lutartur
Copy link

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

@MykolaMarusenko MykolaMarusenko added the documentation Improvements or additions to documentation label Oct 31, 2024
@zmotso
Copy link
Contributor

zmotso commented Oct 31, 2024

Hello @lutartur

Currently, our operator only supports setting the webUrl, which is used for both adminUrl and rootUrl. Here’s an example:

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.

Thank you for your feedback!

@zmotso zmotso added enhancement New feature or request and removed documentation Improvements or additions to documentation labels Oct 31, 2024
@lutartur
Copy link
Author

sad, but ok. I'll wait for it

tag me when it's will be ready

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

3 participants