Ready to post? First, try searching for your answer.
We have 7 Tenants, and hence 7 LDAP connectors. Every time we have to rotate our AD Master Password (which we do with a CICD Pipeline) we have to RDP into every box (EC2 instance) and manually update the password.
Is there a way to programmatically (through an API call or the like) to add this as a step in our pipeline?
Yes, you should be able to utilize the Management API to update LDAP connectors by calling the /api/v2/connections/{connection_id} endpoint. You’ll want to create a M2M application in each tenant in order to get Management API access tokens to make these updates.
I’m specifically talking about updating the Directory Service LDAP Password… I didn’t overtly see this as an option. Normally we have to RDP into the box, go to http://localhost:8357/ and use the Web Form that comes up to do this.
I’ll give this a try, however, I’m not super confident this is answer.