fix: remove audit-logging flag from the server (#6991)

Co-authored-by: Colin Adler <colin1adler@gmail.com>
This commit is contained in:
Kyle Carberry
2023-04-04 12:11:10 -05:00
committed by GitHub
co-authored by Colin Adler
parent 29e9b9e663
commit 385a4262e2
9 changed files with 5 additions and 43 deletions
-1
View File
@@ -150,7 +150,6 @@ curl -X GET http://coder-server:8080/api/v2/deployment/config \
"user": {}
},
"agent_stat_refresh_interval": 0,
"audit_logging": true,
"autobuild_poll_interval": 0,
"browser_only": true,
"cache_directory": "string",
-3
View File
@@ -1754,7 +1754,6 @@ CreateParameterRequest is a structure used to create a new parameter value for a
"user": {}
},
"agent_stat_refresh_interval": 0,
"audit_logging": true,
"autobuild_poll_interval": 0,
"browser_only": true,
"cache_directory": "string",
@@ -2102,7 +2101,6 @@ CreateParameterRequest is a structure used to create a new parameter value for a
"user": {}
},
"agent_stat_refresh_interval": 0,
"audit_logging": true,
"autobuild_poll_interval": 0,
"browser_only": true,
"cache_directory": "string",
@@ -2321,7 +2319,6 @@ CreateParameterRequest is a structure used to create a new parameter value for a
| `address` | [clibase.HostPort](#clibasehostport) | false | | Address Use HTTPAddress or TLS.Address instead. |
| `agent_fallback_troubleshooting_url` | [clibase.URL](#clibaseurl) | false | | |
| `agent_stat_refresh_interval` | integer | false | | |
| `audit_logging` | boolean | false | | |
| `autobuild_poll_interval` | integer | false | | |
| `browser_only` | boolean | false | | |
| `cache_directory` | string | false | | |