Skip to content

pulp.app.auth

pulpcore.app.authentication

JSONHeaderRemoteAuthentication

Bases: BaseAuthentication

Authenticate users based on a jq filter applied to a specific header.

For users logging in first time it creates User record.

authenticate(request)

Checks for the presence of a header, and if its content is able to be filtered by JQ.