mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
fix: remove audit-logging flag from the server (#6991)
Co-authored-by: Colin Adler <colin1adler@gmail.com>
This commit is contained in:
@ -142,7 +142,6 @@ type DeploymentValues struct {
|
||||
MetricsCacheRefreshInterval clibase.Duration `json:"metrics_cache_refresh_interval,omitempty" typescript:",notnull"`
|
||||
AgentStatRefreshInterval clibase.Duration `json:"agent_stat_refresh_interval,omitempty" typescript:",notnull"`
|
||||
AgentFallbackTroubleshootingURL clibase.URL `json:"agent_fallback_troubleshooting_url,omitempty" typescript:",notnull"`
|
||||
AuditLogging clibase.Bool `json:"audit_logging,omitempty" typescript:",notnull"`
|
||||
BrowserOnly clibase.Bool `json:"browser_only,omitempty" typescript:",notnull"`
|
||||
SCIMAPIKey clibase.String `json:"scim_api_key,omitempty" typescript:",notnull"`
|
||||
Provisioner ProvisionerConfig `json:"provisioner,omitempty" typescript:",notnull"`
|
||||
@ -1262,16 +1261,6 @@ when required by your organization's security policy.`,
|
||||
Value: &c.AgentFallbackTroubleshootingURL,
|
||||
YAML: "agentFallbackTroubleshootingURL",
|
||||
},
|
||||
{
|
||||
Name: "Audit Logging",
|
||||
Description: "Specifies whether audit logging is enabled.",
|
||||
Flag: "audit-logging",
|
||||
Env: "CODER_AUDIT_LOGGING",
|
||||
Default: "true",
|
||||
Annotations: clibase.Annotations{}.Mark(flagEnterpriseKey, "true"),
|
||||
Value: &c.AuditLogging,
|
||||
YAML: "auditLogging",
|
||||
},
|
||||
{
|
||||
Name: "Browser Only",
|
||||
Description: "Whether Coder only allows connections to workspaces via the browser.",
|
||||
|
Reference in New Issue
Block a user