According to security requirement, we need to reset password for generic user every 3 months.
On Harness firstGen, we found that there were 2 ways to set the LDAP password: password and secret. So we create a secret, point to vault secret path, update LDAP setting, use Harness secret to dynamically retrieve the password from vault, instead of using hardcode value.
By doing so, next time we do not need to manually update the password in Harness. Let Vault be the only source of truth.
However, we found that in Harness NG, this option is removed. We have to manually input the password.
We would like to have this feature back in Harness NG.