Commit Graph

127 Commits

Author SHA1 Message Date
Daniel Hougaard
ffdd6f153e Update package-lock.json 2025-09-26 20:18:36 +04:00
Daniel Hougaard
d294f63f54 Update index.js 2025-09-26 20:16:37 +04:00
Daniel Hougaard
caa07c3c5d downgraded aws credentials provider 2025-09-26 03:16:14 +04:00
Daniel Hougaard
ecbea8ebd3 Merge pull request #29 from Infisical/daniel/kms
feat: kms support
2025-09-16 18:43:46 +04:00
Daniel Hougaard
7286398eea Update index.ts 2025-09-16 18:21:13 +04:00
Daniel Hougaard
13c99207f9 removed all logs 2025-09-16 16:15:42 +04:00
Daniel Hougaard
b4646476a8 feat: kms support 2025-09-16 15:22:33 +04:00
Daniel Hougaard
d20d88a4bf doc change 2025-09-15 18:18:35 +04:00
Daniel Hougaard
a0364543db Merge pull request #25 from Infisical/daniel/fix-imports-2
fix: broken imports and attach to env with imports
2025-07-28 17:23:47 +04:00
Daniel Hougaard
962c00f4bd fix: broken imports and attach to env with imports 2025-07-28 17:17:34 +04:00
Daniel Hougaard
098432c9e0 Merge pull request #24 from Infisical/daniel/improvements
feat(list-secrets): attach to process env
2025-07-28 15:55:03 +04:00
Daniel Hougaard
1ee5f25608 Update README.md 2025-07-28 15:47:25 +04:00
Daniel Hougaard
95ec789781 feat: add support for attaching secrets to process env 2025-07-28 15:30:16 +04:00
Daniel Hougaard
a75cdfb54e fix: form-data CVE 2025-07-28 15:03:02 +04:00
Daniel Hougaard
d9902bc20f Merge pull request #22 from Infisical/daniel/update-aws-sdk
fix: removal of aws-sdk dependency
2025-06-07 17:01:18 +04:00
Daniel Hougaard
258256c722 fix: remove aws-sdk dependency 2025-06-06 21:31:04 +04:00
Daniel Hougaard
f32dad934b Update auth.ts 2025-05-31 23:06:49 +04:00
carlosmonastyrski
02c21ca429 Merge pull request #19 from Infisical/feat/moveSdkToAxios
Refactor: openapi-generator-cli to Axios
2025-05-07 20:34:40 -03:00
Daniel Hougaard
367cc6ca3c Update README.md 2025-05-08 02:15:09 +04:00
Daniel Hougaard
3d5386bfa7 Update README.md 2025-05-08 01:52:22 +04:00
carlosmonastyrski
72a52a05bf Merge branch 'feat/moveSdkToAxios' of https://github.com/Infisical/node-sdk-v2 into feat/moveSdkToAxios 2025-05-07 08:11:19 -03:00
carlosmonastyrski
6d518a663d Update README 2025-05-06 19:14:38 -03:00
Daniel Hougaard
e849841819 fix: type improvements & cleanup 2025-05-07 01:18:08 +04:00
carlosmonastyrski
455454e186 Remove Build API client release step 2025-05-06 14:28:20 -03:00
carlosmonastyrski
2c40507f81 Add PR suggestions 2025-05-06 09:45:44 -03:00
carlosmonastyrski
7bbe971a55 Improvements from bot suggestions 2025-05-05 14:56:19 -03:00
carlosmonastyrski
68613f6b13 Move from openapi-generator-cli to custom Axios approach, and add listFolders endpoint 2025-05-02 19:12:08 -03:00
Daniel Hougaard
1b8aa6d20e Update README.md 2025-04-17 06:00:04 +04:00
Daniel Hougaard
75ce3ef61f Merge pull request #18 from Infisical/daniel/retry-on-error
feat: retry network errors and rate limits
2025-04-17 00:21:49 +04:00
Daniel Hougaard
64fde98904 Update index.ts 2025-04-17 00:19:39 +04:00
Daniel Hougaard
71bc65c293 Update index.ts 2025-04-16 23:54:14 +04:00
Daniel Hougaard
48ccf7a73a requested changes 2025-04-13 21:33:18 +04:00
Daniel Hougaard
0798b40e32 feat: retry network errors and rate limits 2025-04-13 21:28:46 +04:00
Daniel Hougaard
5261fbb0e3 Merge pull request #17 from Infisical/daniel/projects-and-environments
feat: create projects/project memberships/environments/folders
2025-04-12 02:30:14 +04:00
Daniel Hougaard
4949d78256 Update README.md 2025-04-12 02:29:55 +04:00
Daniel Hougaard
d33090ad48 fix: format zod validation errors as string json 2025-04-12 01:48:53 +04:00
Daniel Hougaard
f97139e7fc feat(projects): invite members to projects 2025-04-12 01:48:37 +04:00
Daniel Hougaard
e7e96c1ae9 feat: create folders, environments, and projects 2025-04-12 01:27:43 +04:00
Daniel Hougaard
a6e5a03593 Merge pull request #13 from Infisical/daniel/view-secret-permission
feat: add view secret value parameter to get/list secrets
2025-03-17 20:08:30 +04:00
Daniel Hougaard
ffbd0479fa Update secrets.ts 2025-03-14 05:35:54 +04:00
Daniel Hougaard
52b959a010 requested changes 2025-03-14 04:30:38 +04:00
Daniel Hougaard
80b52d347c Merge pull request #16 from Infisical/daniel/expand-refs-default-true
fix: default expandSecretReferences to true
2025-03-04 15:34:42 +04:00
Daniel Hougaard
b75e0a98aa fix: default expandSecretReferences to true 2025-03-04 01:31:35 +04:00
Daniel Hougaard
7fcf6b4a92 docs: viewSecretValue parameter 2025-02-20 08:45:27 +04:00
Daniel Hougaard
971fc76157 Update secrets.ts 2025-02-20 08:26:29 +04:00
Daniel Hougaard
737a3a4125 Update dynamic-secrets.ts 2025-01-27 16:18:28 +01:00
Daniel Hougaard
3d0bf80ec0 Merge pull request #11 from Infisical/daniel/fix-imports
feat(secrets): get secrets with imports
2025-01-27 14:36:29 +01:00
Daniel Hougaard
6ff584c0e2 feat(secrets): get secrets with imports 2025-01-25 02:55:54 +01:00
Daniel Hougaard
d7cd9b9341 Merge pull request #7 from Infisical/daniel/type-improvements
fix: more readable return types
2024-11-25 16:29:46 +04:00
Daniel Hougaard
6a98a07cbd feat: export option types 2024-11-23 02:34:16 +04:00