Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
watson authored Sep 10, 2021
1 parent af9f7a2 commit 14e7e4e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions x-pack/plugins/security/server/config_deprecations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ export const securityConfigDeprecationProvider: ConfigDeprecationProvider = ({
defaultMessage: 'The xpack.security.session.idleTimeout default is changing',
}),
message: i18n.translate('xpack.security.deprecations.idleTimeoutMessage', {
defaultMessage:
'The session idle timeout will default to 1 hour in 8.0.',
defaultMessage: 'The session idle timeout will default to 1 hour in 8.0.',
}),
documentationUrl:
'https://www.elastic.co/guide/en/kibana/current/xpack-security-session-management.html#session-idle-timeout',
Expand All @@ -190,8 +189,7 @@ export const securityConfigDeprecationProvider: ConfigDeprecationProvider = ({
defaultMessage: 'The xpack.security.session.lifespan default is changing',
}),
message: i18n.translate('xpack.security.deprecations.lifespanMessage', {
defaultMessage:
'The session lifespan will default to 30 days in 8.0.',
defaultMessage: 'The session lifespan will default to 30 days in 8.0.',
}),
documentationUrl:
'https://www.elastic.co/guide/en/kibana/current/xpack-security-session-management.html#session-lifespan',
Expand Down

0 comments on commit 14e7e4e

Please sign in to comment.