We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df776b commit f3582b0Copy full SHA for f3582b0
‎x-pack/plugins/security/server/config.ts‎
@@ -395,7 +395,7 @@ export function createConfig(
395
...config,
396
audit: {
397
...config.audit,
398
- ...(config.audit.enabled && appender),
+ ...(config.audit.enabled && { appender }),
399
},
400
authc: {
401
selector: { ...config.authc.selector, enabled: isLoginSelectorEnabled },
0 commit comments