-
Notifications
You must be signed in to change notification settings - Fork 45
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
Permission denied when using ostree import-all
CLI command.
#373
Labels
Comments
decko
added a commit
to decko/pulp_ostree
that referenced
this issue
Jun 24, 2024
decko
added a commit
to decko/pulp_ostree
that referenced
this issue
Jun 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
pulpcore 3.54.0
pulp_ostree 2.3.1
Describe the bug
After creating a role with all
core
andostree
permissions, an user is not able to useimport-all
commits of an ostree repo into a pulp repo.It is possible to use the same command as an super-user and get the content uploaded without errors.
To Reproduce
The role is created using the following payload:
Then you assign this role to a non-admin user.
pulp user role-assignment add --username <non-admin-user> --role edge_ostree.admin --object ""
after that, try to import an repo:
and you'll receive a message about an operation that is not permited.
The text was updated successfully, but these errors were encountered: