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 platforminstall.conf xml 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 platforminstall.conf xml 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.

...

If you have a custom password policy that you will want to include with the default policies listed above, you can modify or add new password rules with the Platform properties that are stated in the section Enhanced User Security Platform Properties of the Platform Properties (3.2).