-
Type:
New Feature
-
Status: Open
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Remote Repository
-
Labels:None
-
Location:External
We want to add the Suse Repositorys https://updates.suse.com/SUSE in Artifactory.
Suse does not use BasicAuth to access repositories.
Credentials are URL-based. How that works can be seen in the public github repository https://github.com/SUSE/rmt.
https://github.com/SUSE/rmt/blob/bc06fd9f011ddf1959b0e472c44c868c72ea22ee/lib/rmt/misc.rb should be a good starting point to see how those URLs are constructed; I assume Artifactory would have to replicate that behavior in order to be able to access the repositories.