remove DOCKER_CLI_DISABLE_OAUTH_LOGIN escape hatch by thaJeztah · Pull Request #6463 · docker/cli (original) (raw)

@thaJeztah

This const was added in 846ecf5, but only used internally; commit 18cdc25 deprecated the const, which was included in the 28.4 release.

This patch removes the exported const, as it's unused.

Signed-off-by: Sebastiaan van Stijn github@gone.nl

@thaJeztah

This code was added in 846ecf5 as an escape hatch in case the new OAuth login flow would cause problems. We have not received reports where the new flow caused problems, and searching the internet shows no mentions of the env-var.

This env-var was not documented, so we can remove it.

Signed-off-by: Sebastiaan van Stijn github@gone.nl

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})