Support for reading credentials from auth.conf #208
Closed
SimiMilton
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
If it is just HTTP Basic Auth, you may make use of the
That is expected behavior. Those configuration bits are specific to the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We were trying to use apt-offline to do offline updates on Ubuntu Pro enabled systems. While trying to download the upgrades from a network connected VM(which is also pro enabled) , we are getting '401-Unauthorized' error. On further investigation, it seems that there is no support for reading credentials from auth.conf by apt-offline. The authentication required for accessing the apt repositories is stored in
/etc/apt/auth.conf.,d/90ubuntu-upgrade
. This file doesn't appear to be used by apt-offline when accessing these repositories.Does anyone know if the support is already there in any of the existing forks of apt-offline ?
Beta Was this translation helpful? Give feedback.
All reactions