You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the check is a straight equality check against the full host value, I cannot pull from both of these host values with auth at the same time:
aaa.domain.com
bbb.domain.com
I'd like to be able to support pulling with auth from multiple subdomains under a given domain.
I'm also happy to contribute this, but wanted to ask for input / get a green light.
Thanks!
The text was updated successfully, but these errors were encountered:
Right now, the HTTP_AUTH environment variable can be used to provide authentication.
At present, it is of the form:
basic:<HOST>:<USER>:<TOKEN>
Reference:
apko/pkg/apk/auth/auth.go
Lines 68 to 75 in 70d6b1a
Since the check is a straight equality check against the full host value, I cannot pull from both of these host values with auth at the same time:
I'd like to be able to support pulling with auth from multiple subdomains under a given domain.
I'm also happy to contribute this, but wanted to ask for input / get a green light.
Thanks!
The text was updated successfully, but these errors were encountered: