Actions
Feature #37634
closedStop users from editing container push repositories
Description
*This issue was manually cloned from https://issues.redhat.com/browse/SAT-25802
*
Container push repositories should not be editable. If a user needs to change the repo, they'll have to re-push the contents. This is due to the fact that distribution is controlled by Pulp, and most interaction is expected to happen through the container registry.
I recommend blocking out every edit action from the UI and API. The only action that should be available is deletion.
On the same note, container push repositories also shouldn't be synced, however this should be the case because those repos should never have an upstream URL.
Actions