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

Tenant: implement update and delete operations #6005

Closed
nqb opened this issue Nov 26, 2020 · 4 comments · Fixed by #6239
Closed

Tenant: implement update and delete operations #6005

nqb opened this issue Nov 26, 2020 · 4 comments · Fixed by #6239

Comments

@nqb
Copy link
Contributor

nqb commented Nov 26, 2020

Is your feature request related to a problem? Please describe.
At the moment, you can create tenant using pfcmd tenant add and get a list of tenants in web admin. However, it's not possible to update settings related to tenant (portal_domain_name and domain_name) using pfcmd or GUI. Also I don't see any possibility to delete a tenant.

Describe the solution you'd like

  • Implement update and delete operations on backend
  • Manage tenants from web admin (Create, Read, Update and Delete)
@julsemaan
Copy link
Collaborator

We need a proper GUI for the tenants and be able to CRUD them like we do with Nodes and Users

This section should only be available to the master tenant (global)

@jrouzierinverse would be better placed to expose the API to CRUD the tenants (if it doesn't exist already)

@nqb nqb assigned jrouzierinverse and unassigned julsemaan Nov 26, 2020
@jrouzierinverse
Copy link
Member

The API is already there.

@jrouzierinverse
Copy link
Member

I would need to restrict it to the Global Tenant.

@satkunas
Copy link
Contributor

@jrouzierinverse are all API endpoints exposed? Should I proceed with ui?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants