Maximo Application Suite
Customer-managed

Configuring the minimum password length

You can change the default minimum password length in Maximo® Application Suite by creating a secret.

Procedure

  1. Create the yaml file and add the following information:
    apiVersion: v1
    kind: Secret
    type: Opaque
    metadata:
    name: %instance ID%-password-policy
    namespace: "mas-%instance ID%-core"
    stringData:
    minLength: "8"
    
  2. Replace %instance ID% with your Maximo Application Suite instance name in the name and namespace fields.
  3. Specify the minimum length for the password.
  4. To create the secret, run the following command:
    oc create -f <filename>.yaml
  5. To apply the password policy update, delete the coreapi pods.