@@ -278,32 +278,33 @@ Check below docs for more information on specific function groups.
278
278
279
279
The following HashiCorp Vault API endpoints are currently covered:
280
280
281
- * [ System Backend] ( https://www.vaultproject.io /api-docs/system ) - Partially
281
+ * [ System Backend] ( https://developer.hashicorp.com/vault /api-docs/system ) - Partially
282
282
283
283
* Auth methods:
284
284
285
285
| ** Method** | ** Coverage status** |
286
286
| :-----------| :-----------|
287
- | [ AppRole] ( https://www.vaultproject.io /api-docs/auth/approle ) | ` Partially ` |
288
- | [ LDAP] ( https://www.vaultproject.io /api-docs/auth/ldap ) | ` All endpoints ` |
289
- | [ Userpass] ( https://www.vaultproject.io /api-docs/auth/userpass ) | ` All endpoints ` |
290
- | [ Kubernetes] ( https://www.vaultproject.io /api-docs/auth/kubernetes ) | ` All endpoints ` |
291
- | [ TLS Cert] ( https://www.vaultproject.io /docs/auth/cert ) | ` Partially ` |
292
- | [ Token] ( https://www.vaultproject.io /api-docs/auth/token ) | ` Most of them ` |
287
+ | [ AppRole] ( https://developer.hashicorp.com/vault /api-docs/auth/approle ) | ` Partially ` |
288
+ | [ LDAP] ( https://developer.hashicorp.com/vault /api-docs/auth/ldap ) | ` All endpoints ` |
289
+ | [ Userpass] ( https://developer.hashicorp.com/vault /api-docs/auth/userpass ) | ` All endpoints ` |
290
+ | [ Kubernetes] ( https://developer.hashicorp.com/vault /api-docs/auth/kubernetes ) | ` All endpoints ` |
291
+ | [ TLS Cert] ( https://developer.hashicorp.com/vault /docs/auth/cert ) | ` Partially ` |
292
+ | [ Token] ( https://developer.hashicorp.com/vault /api-docs/auth/token ) | ` Most of them ` |
293
293
| | |
294
294
295
295
* Secret engines:
296
296
297
297
| ** Engine** | ** Coverage status** |
298
298
| :------------| :-----------|
299
- | [ Active Directory (AD)] ( https://www.vaultproject.io/api-docs/secret/ad ) | ` Most of them, currently in deprecation notice ` |
300
- | [ KV Version 2] ( https://www.vaultproject.io/api-docs/secret/kv/kv-v2 ) | ` All endpoints ` |
301
- | [ PKI] ( https://www.vaultproject.io/api-docs/secret/pki ) | ` Most of them ` |
299
+ | [ Active Directory (AD)] ( https://developer.hashicorp.com/vault/api-docs/secret/ad ) | ` Most of them, currently in deprecation notice ` |
300
+ | [ KV Version 2] ( https://developer.hashicorp.com/vault/api-docs/secret/kv/kv-v2 ) | ` All endpoints ` |
301
+ | [ PKI] ( https://developer.hashicorp.com/vault/api-docs/secret/pki ) | ` Most of them ` |
302
+ | [ TOTP] ( https://developer.hashicorp.com/vault/api-docs/secret/totp ) | ` Few of them ` |
302
303
| | |
303
304
304
305
### Test environment
305
306
306
- Follow the detailed instructions from this [ doc] ( /docs/Test-environment.md )
307
+ * Follow the detailed instructions from this [ doc] ( /docs/Test-environment.md )
307
308
308
309
### References
309
310
0 commit comments