-
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
Registrar: user management in the portal #93
Comments
As a first step we should just list the data in the registrar portal - users of the registrar (username, status (active: true/false), permissions(super/epp/billing) and certificate info (incl validity) Also it would be good to list the whitelisted IPs of the registrar |
For listing and managing registrar users, access certificates and allowed IP addresses I propose using the profile view accessible by clicking on the logged in user name in the top right corner of the registrar portal view. In the account view lets us the second column for this functionality: 1st block for users and certificates and 2nd block for IP addresses. There is the "linked users" block in this column - that has almost no use in production environment and is mostly for testing. Lest move this block to the first column below Balance Auto-Reload block and if possible display it only if the logged in user has associations with multiple registrars - so there are multiple accounts to switch between. As a results there are three blocks in first column: Details, Balance Auto-Reload, Linked users |
IP address management:
|
Cert management:
user flows:
|
About certificates .. I think that we agreed, that all certificates will be approved/signed manually by us, ad we will have a possibility to prepare certificate beforehand and registrar can just download it without doing anything else. This way the process will be more secure. |
We need to modify the IP management part a bit
|
We need to notify the portal user when the API IP change has been committed. Propose to add a checkbox to the registry admin IP allow list labeled "committed". In case the IP record is entered in admin interface or the record type is registrar this should be auto-checked. If a record with API type is added or edited in the registrar portal the record is created unchecked or checkbox is cleared in case of update. When admin checks the box in admin email is sent to the api user that created the request in registrar portal. |
Goal is to enable registrars to manage their own users and their accesses:
The regsitrar user that has privileges to manage registrars' users must be added only using admin interface (is super user) this shuld be preferably the accredited user. Users added using the portal for registrars do not have access to user management functionality.
The text was updated successfully, but these errors were encountered: