Skip to content

Instantly share code, notes, and snippets.

@m4ce
Last active April 11, 2016 18:35
Show Gist options
  • Save m4ce/ade3970c74631ef2512d7aca4353dd84 to your computer and use it in GitHub Desktop.
Save m4ce/ade3970c74631ef2512d7aca4353dd84 to your computer and use it in GitHub Desktop.
Pulp unattended registration
$ pulp-admin auth user create --login registrator --password=secret --name "Used for unattended registrations"
$ pulp-admin auth permission grant --login registrator --resource /v2/consumers/ -o CREATE -o READ
$ pulp-consumer -u registrator -p secret register --consumer-id `hostname -f`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment