-
Notifications
You must be signed in to change notification settings - Fork 2
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
User management portal API #15
Conversation
- Configure and start api-moduled instance to serve backend API - Configure Traefik path-based route for the web portal - Implement basic API: login and change-password handlers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also the path of the user interface should be customizable: if you have multiple openldap instances, they will conflict on the same URL.
Multiple LDAP instances on the same node for the same domain is possible, but doesn't make any sense. In the end one of them will take the route: I don't see the point. |
The users management portal can be discovered like other services and if its settings are added, or changed the `service-users-admin-changed` event is raised.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm still not convinced: there is no way way for a user to know where the route is bound.
Let's hope we can expose this info somehow on the UI
login
andchange-password
handlersRequires