<#17387 Pants 2.14.0 `remote_auth_plugin` option c...
# github-notifications
q
#17387 Pants 2.14.0 `remote_auth_plugin` option causes pants error New issue created by twunderlich-grapl Describe the bug A clear and concise description of the bug. In Pants 2.14.0 if you have
remote_auth_plugin
set in your pants.toml, pants will error out with
Copy code
[ERROR] remote auth plugin already provided via entry point of a plugin. `[GLOBAL].remote_auth_plugin` should not be specified in options.`
I believe that this was meant to display a deprecation warning and not an error Pants version Which version of Pants are you using? Upgrading to Pants 2.14.0 from Pants 2.13.0 OS Are you encountering the bug on MacOS, Linux, or both? Linux Additional info Add any other information about the problem here, such as attachments or links to gists, if relevant. I do have the toolchain plugin installed, you can see my upgrade PR at https://github.com/grapl-security/codecov-buildkite-plugin/pull/62/files Slack discussion: https://pantsbuild.slack.com/archives/C046T6T9U/p1666970858242799 pantsbuild/pants