alefragnani / vscode-jenkins-status

Jenkins Status Extension for Visual Studio Code
MIT License
27 stars 20 forks source link

Skip authentication when username is none #35

Closed leeopop closed 4 years ago

leeopop commented 5 years ago

Web server blocks anonymous access when dummy userinfo is given. Enable authentication only when username is not empty.

Fixes #34

leeopop commented 5 years ago

... and I have hard times building my fork as vscode-whats-new is private. Would you mind letting this repo as public to enable public builds?

alefragnani commented 5 years ago

Yes, the vscode-whats-new repository is private, so you can't build the extension from source right now.

I'm refactoring some of my extensions, and this would be handled in this process. You can ignore it until the proper refactoring is released for the extensions.