Grant Admin (all?) permissions to a "regular" user

I would like to disable admin user and use regular user to manage pulp. I couldn’t find how to do it. Could you point me to a documentation how to do it via pulp-cli?

1 Like

Interesting claim.
Basically (from the top of my head) you need to do some work…
[The best documentation of the cli is the cli itself…]

  1. Create an admin role containing all permissions.
    pulp role create --help
    This one is challenging in itself, because you need to collect all permissions of all installed plugins and combine them here. And theoretically, after all upgrades you would need to adjust that.
  2. Create a user.
    pulp user create --help
  3. Assign the admin role globally to that user.
    pulp user role-assignment add --help