-
Notifications
You must be signed in to change notification settings - Fork 496
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
Manage restricted attributes for images and vnets on Sunstone #6332
Closed
3 tasks done
dcarracedo opened this issue
Sep 26, 2023
· 0 comments
· Fixed by OpenNebula/docs#2770 or OpenNebula/docs#2771
Closed
3 tasks done
Manage restricted attributes for images and vnets on Sunstone #6332
dcarracedo opened this issue
Sep 26, 2023
· 0 comments
· Fixed by OpenNebula/docs#2770 or OpenNebula/docs#2771
Milestone
Comments
dcarracedo
added a commit
to OpenNebula/docs
that referenced
this issue
Nov 23, 2023
Signed-off-by: David Carracedo <dcarracedo@opennebula.io>
dcarracedo
added a commit
to OpenNebula/docs
that referenced
this issue
Nov 23, 2023
Signed-off-by: David Carracedo <dcarracedo@opennebula.io>
dcarracedo
added a commit
to OpenNebula/docs
that referenced
this issue
Nov 23, 2023
dcarracedo
added a commit
to OpenNebula/docs
that referenced
this issue
Nov 23, 2023
Signed-off-by: David Carracedo <dcarracedo@opennebula.io>
This was
linked to
pull requests
Nov 23, 2023
tinova
pushed a commit
to OpenNebula/docs
that referenced
this issue
Nov 23, 2023
tinova
pushed a commit
to OpenNebula/docs
that referenced
this issue
Nov 23, 2023
rsmontero
pushed a commit
that referenced
this issue
Nov 23, 2023
6 tasks
rsmontero
pushed a commit
that referenced
this issue
Dec 2, 2023
rsmontero
pushed a commit
that referenced
this issue
Mar 11, 2024
rsmontero
pushed a commit
that referenced
this issue
Mar 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
In one config we have some attributes set as restricted, so a regular user cannot create, update or delete these attributes. In #6154 the restricted attributes of a virtual machine are managed in Fireedge Sunstone to avoid that an user can create, update or delete.
On this feature, we need to do the same but with the attributes for images and virtual networks.
Use case
The non admin users will use this feature to avoid errors and manage images and virtual networks without any problem.
Interface Changes
On Fireedge Sunstone, int the forms to create/update images and virtual networks, the restricted attributes will be show as read only because the user can see it but not modify it.
Also, a non admin user cannot delete an image or a virtual network if one of them has restricted attributes.
Additional Context
Use the disable disableFields function to manage this fields.
Progress Status
The text was updated successfully, but these errors were encountered: