Skip to content

Commit d91c53f

Browse files
committed
added totp links, updated changelog
Signed-off-by: Rod Anami <[email protected]>
1 parent 108554c commit d91c53f

File tree

5 files changed

+360
-493
lines changed

5 files changed

+360
-493
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
## Change Log
44

5-
* `0.4.14` (**latest**)
5+
* `0.4.15`(**latest**)
6+
* Upgraded development env to Vault server `1.16.3`
7+
* Improved AD secret management documentation
8+
* Upgraded all dependencies to the latest
9+
10+
* `0.4.14`
611
* Updated HashiCorp Vault license
712
* Upgraded all dependencies to the latest
813
* Upgraded development env to Vault server `1.14.2`

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Check below docs for more information on specific function groups.
260260

261261
| **Group** | **Type** | **Default mount point** | **Link** |
262262
|:------------------|:------------------|:------------------|:--------------:|
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) |
264264
| **AppRole** | Auth method | `/auth/approle` | [Doc file](/docs/AppRole-Functions.md) |
265265
| **LDAP** | Auth method | `/auth/ldap` | [Doc file](/docs/LDAP-Functions.md) |
266266
| **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.
270270
| **System Backend** | System | SEAL operations | [Doc file](/docs/Sys-Seal-Functions.md) |
271271
| **TLS Certificate** | Auth method | `/auth/cert` | [Doc file](/docs/TLS-Cert-Functions.md) |
272272
| **Token** | Auth method | `/auth/token` | [Doc file](/docs/Token-Functions.md) |
273+
| **TOTP** | Secret engine | `totp` | [Doc file](/docs/TOTP-Functions.md) |
273274
| **Userpass** | Auth method | `/auth/userpass` | [Doc file](/docs/Userpass-Functions.md) |
274275
| | | | |
275276

@@ -295,7 +296,7 @@ The following HashiCorp Vault API endpoints are currently covered:
295296

296297
| **Engine** | **Coverage status** |
297298
|:------------|:-----------|
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` |
299300
| [KV Version 2](https://www.vaultproject.io/api-docs/secret/kv/kv-v2) | `All endpoints` |
300301
| [PKI](https://www.vaultproject.io/api-docs/secret/pki) | `Most of them` |
301302
| | |

docs/TOTP-Functions.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Hashi Vault JS
2+
3+
## TOTP Functions List
4+
5+
## End

0 commit comments

Comments
 (0)