python-atlasapi icon indicating copy to clipboard operation
python-atlasapi copied to clipboard

Implement LDAP Configuration endpoints

Open mgmonteleone opened this issue 6 years ago • 0 comments

  • [ ] Request verification of an LDAP configuration. Use this endpoint to test your LDAP configuration details before saving them.

  • [ ] Retrieve the status of a request for verification of an LDAP configuration.

  • [ ] Save an LDAP configuration for a Atlas project.

  • [ ] Get the current LDAP configuration for an Atlas project.

  • [ ] Delete the current userToDNMapping from the LDAP configuration for an Atlas project.

Method Endpoint Description
POST /api/atlas/v1.0/groups/{GROUP-ID}/userSecurity/ldap/verify Request verification of an LDAP configuration. Use this endpoint to test your LDAP configuration details before saving them.
GET /api/atlas/v1.0/groups/{GROUP-ID}/userSecurity/ldap/verify/{REQUEST-ID} Retrieve the status of a request for verification of an LDAP configuration.
PATCH /api/atlas/v1.0/groups/{GROUP-ID}/userSecurity Save an LDAP configuration for a Atlas project.
GET /api/atlas/v1.0/groups/{GROUP-ID} Get the current LDAP configuration for an Atlas project.
DELETE /api/atlas/groups/{GROUP-ID}/userSecurity Delete the current userToDNMapping from the LDAP configuration for an Atlas project.

mgmonteleone avatar Nov 18 '19 03:11 mgmonteleone