GENERAL · FEATURE

Configuring the minimum password length

```yaml apiVersion: v1 kind: Secret type: Opaque metadata: name: %instance ID%-password-policy namespace: "mas-%instance ID%-core" stringData: minLength: "8" ```

```yaml apiVersion: v1 kind: Secret type: Opaque metadata: name: %instance ID%-password-policy namespace: "mas-%instance ID%-core" stringData: minLength: "8" ```