Skip to content

Supported Authentication Methods

Pulp-CLI support some authentication methods to authenticate against a Pulp instance. Some very simple and common, like HTTP Basic Auth, and some more complex like OAuth2.

OAuth2 ClientCredentials grant

Warning

This is an experimental feature. The support of it could change without any major warning.

More on https://datatracker.ietf.org/doc/html/rfc6749#section-4.4

Using this method the pulp-cli can request a token from an Identity Provider using a pair of credentials (client_id/client_secret). The token is ten sent through using the Authorization header. The issuer URL and the scope of token must be specified by the Pulp server through the OpenAPI scheme definition.