diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2021-12-03 10:16:47 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2021-12-03 10:16:47 +0000 |
| commit | 166bdc31703b2b496e6b45431787ed66f0e94a13 (patch) | |
| tree | 73aaac0b42d355734229815f1b83084e46192b62 /internal | |
| parent | 065733dc1e493c358bca689247b60df61cf8f197 (diff) | |
add user permissions to JSON schema
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/config/server.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/server.go b/internal/config/server.go index e901a7a..4c96567 100644 --- a/internal/config/server.go +++ b/internal/config/server.go @@ -49,7 +49,7 @@ type ServerConfig struct { MaxConcurrentTails int // The max line length until it's split up into multiple smaller lines. MaxLineLength int - // The user permissions. TODO: Add to JSON schema + // The user permissions. Permissions Permissions `json:",omitempty"` // The mapr log format MapreduceLogFormat string `json:",omitempty"` |
