mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
chore: replace wsconncache with a single tailnet (#8176)
This commit is contained in:
@ -1764,6 +1764,12 @@ const (
|
||||
// oidc.
|
||||
ExperimentConvertToOIDC Experiment = "convert-to-oidc"
|
||||
|
||||
// ExperimentSingleTailnet replaces workspace connections inside coderd to
|
||||
// all use a single tailnet, instead of the previous behavior of creating a
|
||||
// single tailnet for each agent.
|
||||
// WARNING: This cannot be enabled when using HA.
|
||||
ExperimentSingleTailnet Experiment = "single_tailnet"
|
||||
|
||||
ExperimentWorkspaceBuildLogsUI Experiment = "workspace_build_logs_ui"
|
||||
// Add new experiments here!
|
||||
// ExperimentExample Experiment = "example"
|
||||
|
Reference in New Issue
Block a user