@@ -260,7 +260,7 @@ Check below docs for more information on specific function groups.
260
260
261
261
| ** Group** | ** Type** | ** Default mount point** | ** Link** |
262
262
| :------------------| :------------------| :------------------| :--------------:|
263
- | ** Active Directory** (AD) | Secret engine | ` /ad ` | [ Doc file] ( /docs/AD-Functions.md ) |
263
+ | ** Active Directory** (AD) - deprectated | Secret engine | ` /ad ` | [ Doc file] ( /docs/AD-Functions.md ) |
264
264
| ** AppRole** | Auth method | ` /auth/approle ` | [ Doc file] ( /docs/AppRole-Functions.md ) |
265
265
| ** LDAP** | Auth method | ` /auth/ldap ` | [ Doc file] ( /docs/LDAP-Functions.md ) |
266
266
| ** Kubernetes** | Auth method | ` /auth/kubernetes ` | [ Doc file] ( /docs/Kubernetes-Functions.md ) |
@@ -270,6 +270,7 @@ Check below docs for more information on specific function groups.
270
270
| ** System Backend** | System | SEAL operations | [ Doc file] ( /docs/Sys-Seal-Functions.md ) |
271
271
| ** TLS Certificate** | Auth method | ` /auth/cert ` | [ Doc file] ( /docs/TLS-Cert-Functions.md ) |
272
272
| ** Token** | Auth method | ` /auth/token ` | [ Doc file] ( /docs/Token-Functions.md ) |
273
+ | ** TOTP** | Secret engine | ` totp ` | [ Doc file] ( /docs/TOTP-Functions.md ) |
273
274
| ** Userpass** | Auth method | ` /auth/userpass ` | [ Doc file] ( /docs/Userpass-Functions.md ) |
274
275
| | | | |
275
276
@@ -295,7 +296,7 @@ The following HashiCorp Vault API endpoints are currently covered:
295
296
296
297
| ** Engine** | ** Coverage status** |
297
298
| :------------| :-----------|
298
- | [ Active Directory (AD)] ( https://www.vaultproject.io/api-docs/secret/ad ) | ` Most of them ` |
299
+ | [ Active Directory (AD)] ( https://www.vaultproject.io/api-docs/secret/ad ) | ` Most of them, currently in deprecation notice ` |
299
300
| [ KV Version 2] ( https://www.vaultproject.io/api-docs/secret/kv/kv-v2 ) | ` All endpoints ` |
300
301
| [ PKI] ( https://www.vaultproject.io/api-docs/secret/pki ) | ` Most of them ` |
301
302
| | |
0 commit comments