mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-25 11:21:11 +01:00
* removes withConfig decorator and moves check to application route * updates backendModel references in ldap engine to secretsEngine * adds ldap config form class * updates ldap config type in application route * updates ldap configure and configuration routes to use api service * adds capabilities service to ldap engine * updates ldap mirage handler and scenario * adds ldap capabilities constants and helper for fetching capabilities for roles * updates ldap roles view to use api service * updates ldap role details view to use api service * updates ldap role create/edit views to use api service and form classes * updates ldap role subdirectory view to use api service * updates ldap role credentials view to use api service * updates ldap libraries list views to use api service * updates ldap library details view to use api service * updates ldap library details accounts view to use api service * updates ldap library details accounts check out view to use api service * updates ldap library details configuration view to use api service * updates ldap library create/edit workflows to use api service and form class * fixes lint errors * updates ldap overview to use api service * updates ldap overview tests * removes store and pagination services from ldap engine * removes ldap related ember data files * updates path_to_library var casing Co-authored-by: Jordan Reimer <zofskeez@gmail.com>