Skip to content

Releases: mittwald/vaulTS

1.5.0

23 May 12:36
abe026e
Compare
Choose a tag to compare
Merge pull request #35 from redegade/master

add sign and verify to transit api

1.4.5

29 Apr 15:29
5185cfa
Compare
Choose a tag to compare
Merge pull request #32 from mittwald/fix/ca-cert-reload

Load new CA Certificate from file on certificate error

1.4.4

28 Feb 15:46
1366ab7
Compare
Choose a tag to compare
Merge pull request #30 from mittwald/Lucaber-patch-1

Use GITHUB_TOKEN for publish auth

1.4.3

28 Feb 10:49
e5b2f8a
Compare
Choose a tag to compare
Merge pull request #28 from mittwald/node12

build with node 12

1.4.2

28 Feb 10:42
d3dc97a
Compare
Choose a tag to compare
Merge pull request #27 from mittwald/fix/k8s-token-reload

Kubernetes Auth: Always load jwt from file, cached jwt could be expired

1.4.1

16 Oct 11:45
e0cf588
Compare
Choose a tag to compare
throw specific error on decrypt if key not found (#16)

* throw specific error on decrypt key not found

* let -> const

* convertToError instead of throwing it directly

* convert error checks to class member

Remove autorenew, request new token if request fails with permission error

12 Oct 12:56
9dfe1f8
Compare
Choose a tag to compare
Remove autorenew, request new token if request fails with permission …

…error (#14)

* Fix token renew and renew token on vault request permission error

* do not retry token renew requests to prevent loops

* refactor request parameters

* remove autoRenew feature

* Update src/Vault.ts

Co-authored-by: Marco Falkenberg <mfal@users.noreply.github.com>

Co-authored-by: Marco Falkenberg <mfal@users.noreply.github.com>

Bugfix to return empty strings after decrypting them

21 Sep 07:01
c7a681d
Compare
Choose a tag to compare
Fix TransitDecryptResponse interfaces (#13)

* Fix TransitDecryptResponse interfaces to match the vault response for empty strings

* Fix batch transit test

* Use default "" instead of undefined

* Add test for empty strings in batch transit

* Prefer await

Co-authored-by: Martin Helmich <kontakt@martin-helmich.de>

Co-authored-by: Lukas Fritze <l.fritze@mittwald.de>
Co-authored-by: Martin Helmich <kontakt@martin-helmich.de>

Version 1.3.4

03 Jul 07:46
15c3c73
Compare
Choose a tag to compare
Fix published empty package (#10)

* Fix published empty package

* Fix published empty package

Version 1.3.3

03 Jul 07:28
fc5b108
Compare
Choose a tag to compare
Update readme (#8)