You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: create named key API
* feat: add read named key API
* feat: add create, read and update role info
* chore: update the implementation
* chore: update the read role reponse object
* fix: endpoints
* fix: update interface for read role info
* chore: add null checks
* feat: add delete endpoints
* fix: typo in ReadRoleReponse class name
* feat: add wrapTimeToLive for PullNewSecretIdAsync
* chore: update documentation
* fix: remove Newtonsoft.Json references
* chore: update the name of the keyName parameter
---------
Co-authored-by: Raja Nadar <rajnadar@expediagroup.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
## 1.13.0.2 (TBD)
2
+
3
+
**IMROVEMENTS:**
4
+
5
+
*[GH-309](https://github.com/rajanadar/VaultSharp/issues/309) identity/oidc/key: create, read, update and delete apis.
6
+
*[GH-309](https://github.com/rajanadar/VaultSharp/issues/309) identity/oidc/role: create, read, update and delete apis.
7
+
*[GH-309](https://github.com/rajanadar/VaultSharp/issues/309) auth/approle: ````PullNewSecretIdAsync``` allows for reponse wrapping using ```wrapTimeToLive``` parameter
0 commit comments