-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bucket from private repository #1163
Comments
We don't have support for credentials, sorry. There are a couple of things that might help, but nothing like OAuth2 support.
|
Ok, got it. I will try to find some workaround :) . Thanks. |
I have a solution to install powershell modules from private Azure Artifacts feeds but it requires nuget.exe and this ms credentials provider which has a smooth .ps1 automatic installer. It's maybe a bit too much to ask for to have all scoop consumers have these dependencies but it's nice when it's setup. |
FTR, basic auth as prefix of URL domain is not taken into account, it's a limitation from {
...
"private_hosts": [
{
"match": "^https://cdn.example.com/",
"headers": "Authorization = Basic XYZ"
}
],
} where |
Hi,
I wanted to create my private bucket. So after successful adding bucket to project I wanted to install App. But my .ps1 file is full of OAuth2 HTML after install. Is this possible to use credentials when we wants to install app?
The text was updated successfully, but these errors were encountered: