Openstack Keystone security Policies

Hi,

I’m using the following keystone overrides to configure the account security policies

password-security-compliance: “{change_password_upon_first_use: false, disable_user_account_days_inactive: xx, lockout_duration: xx, lockout_failure_attempts: xx, minimum_password_age: xx, password_expires_days: xx, unique_last_password_count: xx}”

the issue with that policy is that it also affects service accounts. I followed this link that indicates how to use the policy with charms charm link. Is it possible to set the service accounts to not get affected by the policy? Otherwise, I would have to reconfigure the service passwords aswell and I’m not sure how that would impact juju.

Thank you in advance.