artsy / positron

Positron is Artsy Writer or the editorial tool and API for Artsy.
MIT License
85 stars 42 forks source link

feat: use latest version of artsy managed orbs, and track app version in k8s. (PLATFORM-4103) #3047

Closed artsyjian closed 2 years ago

artsyjian commented 2 years ago

feat: use latest version of artsy managed orbs, and track app version in k8s. (PLATFORM-4103)

ovasdi commented 2 years ago

@artsyjian this failure seems to be related to the improvements to git protocol security made permanent on March 15th. Specifically, that github is no longer accepting unencrypted Git protocol in this form: git://:

No more unauthenticated Git On the Git protocol side, unencrypted git:// offers no integrity or authentication, making it subject to tampering. We expect very few people are still using this protocol, especially given that you can’t push (it’s read-only on GitHub). We’ll be disabling support for this protocol.

This project depends on passport-oauth2 a package that contains the no longer supported protocol form in its deps.