Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The user security can be enhanced by adding the property mz.security.user.control.enabled and setting the value to true in values.yaml before deployment.

By default, this property is set to false in Platform pod. When set to true, additional rules for passwords are applied as soon as the Platform pod is restarted.

...

  1. The password age properties will be applied:

    • The property mz.security.max.password.age.admin is by default set in platform.conf by default with the default value of 30 days. This property is only applicable for users that are members of the Administrator access group.

    • The property mz.security.max.password.age.adminuser is also by default set in platform.conf by default with the default value of 90 days. This property is applicable for any other users that are not members of the Administrator access group.

...