Support basic auth
See original GitHub issuePlease support basic authentication in url of helm chart at a minimum
For example: https://myuser:mypassword@myhelmchartrepo.mydomain.com
Right now if we try to add a private chart repository we get an error saying that the url is invalid.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7
Top Results From Across the Web
Deprecation of Basic authentication in Exchange Online
In September 2021, we announced that effective October 1, 2022, we will begin disabling Basic authentication for Outlook, EWS, RPS, POP, IMAP, ...
Read more >HTTP authentication - MDN Web Docs - Mozilla
The "Basic" HTTP authentication scheme is defined in RFC 7617, which transmits credentials as user ID/password pairs, encoded using base64.
Read more >Basic access authentication
In the context of an HTTP transaction, basic access authentication is a method for an HTTP user agent (e.g. a web browser) to...
Read more >Basic Authentication
Basic authentication is a simple authentication scheme built into the HTTP protocol. The client sends HTTP requests with the Authorization header that ...
Read more >What is Basic Authentication? All you need to know
What is Basic Authentication? ... Used widely in HTTP-based communication, basic method is the means of authenticating end-users before granting access to ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We should probably make sure we don’t allow private repos to be listed on
artifacthub.io
, so this feature should be configurable.Looks good! Thanks!
On Fri, Oct 30, 2020, 1:57 PM Sergio C. Arteaga notifications@github.com wrote: