Infisical / infisical-node

♾ Official Infisical SDK for Node
https://infisical.com
MIT License
68 stars 19 forks source link

Add support for Service Token V3 (Beta) #20

Closed dangtony98 closed 9 months ago

dangtony98 commented 9 months ago

This PR adds support for the Service Token V3 (Beta) authentication method for Infisical which is a JSON; note that it continues to support Service Token V2 (the default authentication method at this time). With this update, it's possible to initialize the InfisicalClient with a Service Token V3 JSON via the tokenJSON parameter to perform CRUD secret operations.

More details for ST V3 here.