Pulp TOKEN authentication

Hello,

Problem:
I see in pulp-oci-images/images/compose/assets/settings.py, there is:
TOKEN_SERVER = “http://pulp_api:24817/token/”
TOKEN_AUTH_DISABLED = False
TOKEN_SIGNATURE_ALGORITHM = “ES256”

What is it for? is it possible to use token authentication in pulp cli or httpie? and how?

Thanks in advance

xm

These settings are relevant for the Pulp Container plugin. To find detailed information, please consult our documentation at Authentication — Pulp container Support 2.17.0 documentation.

If you do not use the plugin, you can ignore them.

1 Like

Yes, I remember seeing this for pulp_ansible.
Thanks for clarifying this.