Skip to content

Commit

Permalink
update deprecations for audit appender
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Feb 15, 2021
1 parent 7838e4f commit 33dcb23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions x-pack/plugins/security/server/config_deprecations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ export const securityConfigDeprecationProvider: ConfigDeprecationProvider = ({
unused,
}) => [
rename('sessionTimeout', 'session.idleTimeout'),

rename('audit.appender.kind', 'audit.appender.type'),
rename('audit.appender.path', 'audit.appender.fileName'),
rename('audit.appender.layout.kind', 'audit.appender.layout.type'),
rename('audit.appender.policy.kind', 'audit.appender.policy.type'),
rename('audit.appender.strategy.kind', 'audit.appender.strategy.type'),

unused('authorization.legacyFallback.enabled'),
unused('authc.saml.maxRedirectURLSize'),
// Deprecation warning for the old array-based format of `xpack.security.authc.providers`.
Expand Down

0 comments on commit 33dcb23

Please sign in to comment.