chore: allow running fake idp with coderd dev (#11555)

* chore: allow running fake idp with coderd dev
This commit is contained in:
Steven Masley
2024-01-11 12:10:57 -06:00
committed by GitHub
parent c91b885a4a
commit e3ad9580e9
4 changed files with 108 additions and 10 deletions

View File

@ -1790,11 +1790,10 @@ Write out the current server config as YAML to stdout.`,
// Env handling is done in cli.ReadGitAuthFromEnvironment
Name: "External Auth Providers",
Description: "External Authentication providers.",
// We need extra scrutiny to ensure this works, is documented, and
// tested before enabling.
YAML: "externalAuthProviders",
Value: &c.ExternalAuthConfigs,
Hidden: true,
YAML: "externalAuthProviders",
Flag: "external-auth-providers",
Value: &c.ExternalAuthConfigs,
Hidden: true,
},
{
Name: "Custom wgtunnel Host",