@@ -226,19 +226,20 @@ Check below docs for more information on specific function groups.
226226
227227### List of functions available
228228
229- | ** Group** | ** Link** |
230- | :---------------------------------------| :--------------:|
231- | ** AppRole** auth method API endpoints - /auth/approle | [ Doc file] ( /docs/AppRole-Functions.md ) |
232- | ** LDAP** auth method API endpoints - /auth/ldap | [ Doc file] ( /docs/LDAP-Functions.md ) |
233- | ** Kubernetes** auth method API endpoints - /auth/kubernetes | [ Doc file] ( /docs/Kubernetes-Functions.md ) |
234- | ** KV v2** secret engine API endpoints | [ Doc file] ( /docs/KVV2-Functions.md ) |
235- | ** PKI secret** engine API endpoints | [ Doc file] ( /docs/PKI-Functions.md ) |
236- | ** System Backend** API endpoints - General | [ Doc file] ( /docs/Sys-Functions.md ) |
237- | ** System Backend** API endpoints - SEAL operations | [ Doc file] ( /docs/Sys-Seal-Functions.md ) |
238- | ** TLS Certificate** auth method API endpoints - /auth/cert | [ Doc file] ( /docs/TLS-Cert-Functions.md ) |
239- | ** Token** auth method API endpoints - /auth/token | [ Doc file] ( /docs/Token-Functions.md ) |
240- | ** Userpass** auth method API endpoints - /auth/userpass | [ Doc file] ( /docs/Userpass-Functions.md ) |
241- | | |
229+ | ** Group** | ** Type** | ** Default mount point** | ** Link** |
230+ | :------------------| :------------------| :------------------| :--------------:|
231+ | ** Active Directory** (AD) | Secret engine | ` /ad ` | [ Doc file] ( /docs/AD-Functions.md ) |
232+ | ** AppRole** | Auth method | ` /auth/approle ` | [ Doc file] ( /docs/AppRole-Functions.md ) |
233+ | ** LDAP** | Auth method | ` /auth/ldap ` | [ Doc file] ( /docs/LDAP-Functions.md ) |
234+ | ** Kubernetes** | Auth method | ` /auth/kubernetes ` | [ Doc file] ( /docs/Kubernetes-Functions.md ) |
235+ | ** KV v2** | Secret engine | ` /kv ` | [ Doc file] ( /docs/KVV2-Functions.md ) |
236+ | ** PKI** | Secret engine | ` /pki ` | [ Doc file] ( /docs/PKI-Functions.md ) |
237+ | ** System Backend** | System | General operations | [ Doc file] ( /docs/Sys-Functions.md ) |
238+ | ** System Backend** | System | SEAL operations | [ Doc file] ( /docs/Sys-Seal-Functions.md ) |
239+ | ** TLS Certificate** | Auth method | ` /auth/cert ` | [ Doc file] ( /docs/TLS-Cert-Functions.md ) |
240+ | ** Token** | Auth method | ` /auth/token ` | [ Doc file] ( /docs/Token-Functions.md ) |
241+ | ** Userpass** | Auth method | ` /auth/userpass ` | [ Doc file] ( /docs/Userpass-Functions.md ) |
242+ | | | | |
242243
243244
244245### Coverage and Limitations
@@ -263,6 +264,7 @@ The following HashiCorp Vault API endpoints are currently covered:
263264
264265| ** Engine** | ** Coverage status** |
265266| :------------| :-----------|
267+ | [ Active Directory (AD)] ( https://www.vaultproject.io/api-docs/secret/ad ) | ` Config only ` |
266268| [ KV Version 2] ( https://www.vaultproject.io/api-docs/secret/kv/kv-v2 ) | ` All endpoints ` |
267269| [ PKI] ( https://www.vaultproject.io/api-docs/secret/pki ) | ` Most of them ` |
268270| | |
0 commit comments