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