-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
config for show/hide instances URI #2538
Comments
Hi @hamid646m if we understand correctly, you have some services (e.g. in Kubernetes) that are not reachable from the outside (e.g. from user that uses SBA Frontend in browser). Things that would need to be done:
If you want to contribute that feature we would be happy to get a pull request. Otherwise we can implement that once someone has time. |
Hi @erikpetzold is this issue still open for contribution? If yes, @erikpetzold, any suggestions on the implementation flow and design are welcomed. |
Hi @ukasus, The main steps are already outlined in the previous message. Keep in mind that there are 2 ways to add clients, self registration and discovery - both need to be capable of passing that information. Of course you can start with one first and get it working, then think about the other. You can also create a WIP Pull Request wih a first draft of your implementation and get feedback before implementing every detail and all the tests etc. So you don't put too much effort in a wrong direction. If you have a specific question also feel free to ask here or in the WIP PR. |
Hi @erikpetzold, thanks for your response and valuable suggestion. We are showcasing the instance URL in several views (instance view list, instance homepage, etc.). Do we need to mask all of the occurrences, or the target view is the instance list view only? |
I'm not sure what you mean, but I think if the flag is set, all of the links using this url should be removed.
As I wrote you can start small and exted step by step, if something is missing you will get feedback from the team. |
Co-authored-by: ulrichschulte <[email protected]>
How about adding a config to show/hide instances URI? some instances are not exposed and having the URI there give wrong impression.
The text was updated successfully, but these errors were encountered: