Update Conan package manager to use new auth helpers
Update the Conan package manager to use the new authentication helpers added in !38627 (merged). This is part of &3807 (closed).
Weight 2 &3807 (comment 374553937).
Conan has a two-phase authentication mechanism:
-
GET .../authorize
with a Personal Access Token, CI Job Token, or Deploy Token via HTTP Basic- This returns an encrypted Conan JWT containing the authorization token
- Include the JWT via HTTP Bearer in subsequent requests