Skip to content

Commit

Permalink
Checkin.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <tanner.jc@gmail.com>
  • Loading branch information
jctanner committed Jun 10, 2024
1 parent a02c99b commit b40beed
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions galaxy_ng/app/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,18 +200,36 @@ class DeploymentMode(enum.Enum):
),
"ui_category": _("Ansible Repository"),
},
"container.view_containernamespace": {
"name": _("View container namespace permissions"),
"object_description": _("View permissions on this container namespace."),
"global_description": _("View permissions on any existing container namespace."),
"ui_category": _("Execution Environments"),
},
"container.change_containernamespace": {
"name": _("Change container namespace permissions"),
"object_description": _("Edit permissions on this container namespace."),
"global_description": _("Edit permissions on any existing container namespace."),
"ui_category": _("Execution Environments"),
},
"container.namespace_view_containerdistribution": {
"name": _("View containers"),
"object_description": _("View all objects in this container namespace."),
"global_description": _("View all objects in any container namespace in the system."),
"ui_category": _("Execution Environments"),
},
"container.namespace_change_containerdistribution": {
"name": _("Change containers"),
"object_description": _("Edit all objects in this container namespace."),
"global_description": _("Edit all objects in any container namespace in the system."),
"ui_category": _("Execution Environments"),
},
"container.namespace_view_content_containerpushrepository" : {
"name": _("View image tags"),
"object_description": _("View an image's tag in this container namespace"),
"global_description": _("View an image's tag in any container namespace the system."),
"ui_category": _("Execution Environments"),
},
"container.namespace_modify_content_containerpushrepository" : {
"name": _("Change image tags"),
"object_description": _("Edit an image's tag in this container namespace"),
Expand All @@ -224,6 +242,12 @@ class DeploymentMode(enum.Enum):
"global_description": _("Add new containers to the system."),
"ui_category": _("Execution Environments"),
},
"container.view_containerrepository": {
"name": _("View container repository"),
"object_description": _("View this container repository."),
"global_description": _("View any existing container repository in the system."),
"ui_category": _("Execution Environments"),
},
"container.delete_containerrepository": {
"name": _("Delete container repository"),
"object_description": _("Delete this container repository."),
Expand Down

0 comments on commit b40beed

Please sign in to comment.