1748 Commits

Author SHA1 Message Date
mv-turtle
d93277155f Merge pull request #405 from jerriclynsjohn/patch-1
Adding documentation for SvelteKit
2023-03-05 15:56:32 -08:00
Jerric Lyns John
cb905e5ee6 Create sveltekit.mdx 2023-03-06 05:18:53 +05:30
BlackMagiq
71261e7594 Merge pull request #394 from ha-sante/patch-1
Update create-secrets.mdx
2023-03-05 12:34:26 +07:00
BlackMagiq
27e4f490d3 Merge pull request #387 from MatthewJohn/main
Correct port in self-host documentation and simplify downloading nginx config
2023-03-05 12:32:20 +07:00
mv-turtle
298c8705d7 Merge pull request #370 from Neeraj138/login-after-delete-all-projects
Fix: Unable to login after deleting all projects
2023-03-04 21:22:54 -08:00
mv-turtle
edc4382a48 Merge pull request #378 from caioluis/fix/update-pt-br-copies
feat(webui-localization): update and fix pt-BR
2023-03-04 20:59:05 -08:00
mv-turtle
5baab76f2e Merge branch 'main' into fix/update-pt-br-copies 2023-03-04 20:54:32 -08:00
Maidul Islam
f9f30efe03 add integrations to main nav in docs 2023-03-04 19:33:11 -05:00
BlackMagiq
12701bdf98 Merge pull request #402 from Aqib-Rime/update_overview_docs
update AWS and AZURE integrations
2023-03-04 15:01:57 +07:00
Aqib-Rime
70967ac7b0 update AWS and AZURE integrations 2023-03-04 13:52:14 +06:00
Maidul Islam
98b443da82 Merge pull request #380 from jon4hz/tf
docs: add terraform
2023-03-03 21:07:51 -05:00
Maidul Islam
10f75c8e55 add terraform docs 2023-03-03 21:07:18 -05:00
jon4hz
b226642853 fix: add debug log 2023-03-03 23:56:14 +01:00
jon4hz
933f837f64 feat: option to disable update check 2023-03-03 23:52:01 +01:00
jon4hz
7327698305 fix: dont use ioutils and handle error 2023-03-03 23:47:54 +01:00
mv-turtle
1dc59d0d41 Merge pull request #399 from eltociear/add-ja
Add Japanese README.md
2023-03-03 14:43:05 -08:00
snyk-bot
13e067dc4f fix: frontend/package.json & frontend/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-STYLEDCOMPONENTS-3149924
2023-03-03 22:37:03 +00:00
Ikko Eltociear Ashimine
885d348f96 Add Ja link 2023-03-03 21:35:05 +09:00
Ikko Eltociear Ashimine
c71ee77503 Add Japanese README.md 2023-03-03 21:28:59 +09:00
BlackMagiq
14206de926 Merge pull request #398 from Infisical/patch-azure
Add secret recovery for setting deleted secrets for Azure integration
2023-03-03 15:05:41 +07:00
Tuan Dang
c73d64d784 Add secret recovery for setting deleted secrets for Azure integration 2023-03-03 14:59:59 +07:00
mv-turtle
913067f014 Merge pull request #390 from jorgeteixe/main
Feat: add spanish (es) locale
2023-03-02 14:33:58 -08:00
Tuan Dang
ff2ee989d6 Add GitLab and Azure Key Vault docs 2023-03-02 23:44:57 +07:00
Tuan Dang
200cefc1b2 Complete Azure integration 2023-03-02 22:12:56 +07:00
Tuan Dang
721af0f26d Paginate Netlify sites 2023-03-02 14:36:52 +07:00
Maidul Islam
aca6269920 add support link for all major errors v0.3.6 2023-03-02 00:00:31 -05:00
Maidul Islam
a4074c9687 add update Instructions 2023-03-01 23:44:40 -05:00
Maidul Islam
205ec61549 improve export and run command docs 2023-03-01 18:01:09 -05:00
Maidul Islam
0d16f707c2 update export command docs with proejctId flag 2023-03-01 17:40:39 -05:00
Maidul Islam
d3d5ead6ed allow export by explicit projectId 2023-03-01 17:36:02 -05:00
Maidul Islam
1f05d6ea4d update file permissions to be r/w only for owner 2023-03-01 17:22:59 -05:00
Maidul Islam
ff82af8358 remove unused GetAllWorkSpaceConfigsStartingFromCurrentPath method 2023-03-01 17:22:59 -05:00
Maidul Islam
a7da858694 reset cmd also delete secret backups 2023-03-01 17:22:59 -05:00
Maidul Islam
b5c2f6e551 no login override popup when invalid private key 2023-03-01 17:22:59 -05:00
Maidul Islam
77226e0924 check public and private keys before DecryptAsymmetric call 2023-03-01 17:22:59 -05:00
Vladyslav Matsiiako
0cc4286f5f Added notifications for wrong file types when dropping 2023-03-01 11:08:22 -08:00
Vladyslav Matsiiako
99144143ff Added Kubernetes to the integrations list 2023-02-28 20:42:34 -08:00
Vladyslav Matsiiako
efff841121 Updated slack link 2023-02-28 09:44:47 -08:00
BlackMagiq
2f8d914ecb Merge pull request #391 from Aashish-Upadhyay-101/Aashish-Upadhyay-101/GitLab-integration
Feat: GitLab Integration
2023-03-01 00:16:21 +07:00
ha-sante
7dd28a5941 Update create-secrets.mdx
I am making this change to draw your attention to this as it seems that some variables are used wrong.

- Specifically this section:


		util.decodeBase64(encryptedProjectKey),
		util.decodeBase64(encryptedProjectKey.nonce),
		util.decodeBase64(encryptedProjectKey.sender.publicKey),
		util.decodeBase64(PSWD)



- Imported tweetnacl as well so it's easier to understand and for the code to make sense from the get go.
2023-02-28 13:03:32 +00:00
Tuan Dang
a89fccdc1f Add support for Zoho email 2023-02-28 19:02:17 +07:00
Aashish-Upadhyay-101
40ddd3b2a5 remove console.log() i.e used for testing 2023-02-28 10:19:31 +05:45
Aashish-Upadhyay-101
74d17a20a4 axios changes to request 2023-02-28 10:15:09 +05:45
Aashish-Upadhyay-101
d537bd2f58 merge conflict resolve 2023-02-28 09:52:49 +05:45
Aashish-Upadhyay-101
2f045be8a4 missing break statement 2023-02-28 09:37:47 +05:45
Jorge Teixeira
c5ee4810ad add dropdown option for spanish locale 2023-02-28 00:24:12 +01:00
Jorge Teixeira
1dbda5876f add spanish locale files 2023-02-28 00:23:47 +01:00
Maidul Islam
d948923d95 add typescript types to secret versions 2023-02-27 16:32:13 -05:00
Maidul Islam
fb1085744a Merge pull request #389 from Infisical/revert-374-shell
Revert "fix: always execute cmd in subshell"
v0.3.5
2023-02-27 14:26:41 -05:00
Maidul Islam
ec22291aca Revert "fix: always execute cmd in subshell" 2023-02-27 14:24:47 -05:00