SubsystemsbasicauthVersion: 2.0.x (deprecated)On this pagebasicauth Support for HTTP basicauth. Backend: pants.core Config section: [basicauth] Basic optionsNoneAdvanced optionsNoneDeprecated optionsproviders--basicauth-providers="{'key1': val1, 'key2': val2, ...}"PANTS_BASICAUTH_PROVIDERSdefault: {}Map from provider name to config dict. This dict contains the following items: {provider_name: <url of endpoint that accepts basic auth and sets a session cookie>}. For example, {'prod': 'https://app.pantsbuild.org/auth'}.allow_insecure_urls--[no-]basicauth-allow-insecure-urlsPANTS_BASICAUTH_ALLOW_INSECURE_URLSdefault: FalseAllow auth against non-HTTPS urls. Must only be set when testing!