Commit Graph

3171 Commits

Author SHA1 Message Date
Tuan Dang
dc0d577cbb Patch TeamCity integration 2023-08-29 07:46:11 +01:00
vmatsiiako
9e8ddd2956 Merge pull request #907 from ragnarbull/patch-1
Update overview.mdx
2023-08-28 17:41:26 -07:00
Joel Biddle
b40b876fb2 Update overview.mdx
New password criteria + keep formatting consistent
2023-08-29 10:20:15 +10:00
Tuan Dang
2ba6a65da4 Change order of password check 2023-08-28 11:43:40 +01:00
BlackMagiq
76cf79d201 Merge pull request #885 from ragnarbull/ragnarbull-auth-pwd-fixes
Password fixes - enforce max length, add checks (pwd breach, PII, low entropy), improved UX, deprecate common-passwords api
2023-08-28 11:33:57 +01:00
Tuan Dang
a79c6227b1 Fix frontend lint issues 2023-08-28 11:25:50 +01:00
Tuan Dang
f1f64e6ff5 Fix flaky regex g flag causing unexpected validation password validation issue 2023-08-28 11:08:00 +01:00
vmatsiiako
f924d0c02c Update kubernetes-helm.mdx 2023-08-27 22:39:19 -07:00
Maidul Islam
ef1b75d890 remove the use of aggregation for documentDB compatibility 2023-08-27 14:41:35 -04:00
BlackMagiq
d8094b2ab1 Merge pull request #903 from Infisical/integration-setup-docs
Add self-hosted setup/configuration docs for OAuth2 integrations
2023-08-27 12:16:26 +01:00
Tuan Dang
ad61fa845c Add self-hosted configuration docs for GitHub, GitLab, GCP SM, Vercel, Heroku, Netlify, Azure KV 2023-08-27 12:14:17 +01:00
BlackMagiq
6bb5e7078f Merge pull request #902 from Infisical/gcp-integration
GCP Secret Manager Integration
2023-08-26 17:42:59 +01:00
Tuan Dang
a07ddb806d Finish GCP secret manager integration 2023-08-26 17:36:20 +01:00
BlackMagiq
6e7d3d6912 Merge pull request #901 from Infisical/environment-api
Expose CRUD Environment Operations to Public REST API
2023-08-26 08:49:35 +01:00
Tuan Dang
84a866eb88 Add API Key auth method to environment endpoints, add endpoints to public REST API docs 2023-08-26 08:47:36 +01:00
Maidul Islam
9416fca832 update to doc5.0 engine 2023-08-25 17:23:31 -04:00
Maidul Islam
2ea518b107 add redis to cloud formation 2023-08-25 15:35:11 -04:00
Maidul Islam
62399dd293 Merge pull request #897 from akhilmhdh/fix/sec-v3-fail
fix: moved backend get sec to v2 for dashboard
2023-08-25 12:09:04 -04:00
Akhil Mohan
16f1360550 fix: moved backend get sec to v2 for dashboard 2023-08-25 21:37:05 +05:30
Joel Biddle
a99751eb72 Moved pwd checks into a subfolder 2023-08-25 12:36:53 +10:00
Maidul Islam
9ea414fb25 Merge pull request #894 from akhilmhdh/fix/multi-line-html-encode
fix(multi-line): resolved breaking ui when secret value contains < or >
2023-08-24 22:12:42 -04:00
Maidul Islam
a9fa3ebab2 update post hog event name 2023-08-24 19:01:59 -04:00
Maidul Islam
293a62b632 update secrets posthog event logic 2023-08-24 18:48:46 -04:00
Maidul Islam
a1f08b064e add tags support in secret imports 2023-08-24 17:21:14 -04:00
Maidul Islam
50977cf788 reduce k8 events 2023-08-24 15:41:29 -04:00
Akhil Mohan
fccec083a9 fix(multi-line): resolved breaking ui when secret value contains < or > 2023-08-24 23:07:58 +05:30
Tuan Dang
63af7d4a15 Merge remote-tracking branch 'origin' into gcp-integration 2023-08-25 00:35:11 +07:00
Tuan Dang
ab3533ce1c Checkpoint GCP secret manager integration 2023-08-25 00:34:46 +07:00
Joel Biddle
4d6a8f0476 Fixed form (error messages too long). Consolidated tests & errors. Moved regexes to another file. Added regex to check for PII & reject pwd if true. Confirmed hashing & encryption/decryption works with top 50 languages, emojis etc (screen videos & unit tests to come). 2023-08-25 01:44:02 +10:00
Joel Biddle
688cf91eb7 Removed unnecessary validator library & @types/validator in favor of yup 2023-08-24 14:08:11 +10:00
vmatsiiako
8ee6710e9b Merge pull request #889 from EBEN4REAL/custom-tag-colors
Custom tag colors
2023-08-23 21:03:46 -07:00
Joel Biddle
14fc78eaaf Switched to crypto.subtle, cleaned up code, added types & properly cleared sensitive data from memory (even if error) 2023-08-24 14:01:26 +10:00
Ebezer Igbinoba
9fa28f5b5e Fix: added empty string as default for tag color and added regex to resolve issue with multiple spacing in tag names. 2023-08-24 03:59:49 +01:00
Joel Biddle
368855a44e >>> yup for email & url validation, fixed minor err in error msgs 2023-08-24 12:59:24 +10:00
Ebezer Igbinoba
ae375916e8 Fix: added nullable check for adding tag color in project settings 2023-08-24 03:39:46 +01:00
vmatsiiako
21f1648998 Merge pull request #887 from Infisical/signup-secret-tagging
Update signup secret distinction/tagging for better telemetry
2023-08-23 19:23:44 -07:00
vmatsiiako
88695a2f8c Merge pull request #884 from monto7926/sortable-secrets-overview
feat: make secrets overview sortable
2023-08-23 17:47:34 -07:00
Vladyslav Matsiiako
77114e02cf fixed the import linting issues 2023-08-23 17:42:29 -07:00
Maidul Islam
3ac1795a5b Update kubernetes-helm.mdx 2023-08-23 17:42:07 -04:00
Maidul Islam
8d6f59b253 up infisical chart version 2023-08-23 17:15:30 -04:00
Maidul Islam
7fd77b14ff print default connection string in helm 2023-08-23 17:14:09 -04:00
Ebezer Igbinoba
8d3d7d98e3 chore: updated style for tag color label 2023-08-23 18:50:24 +01:00
Ebezer Igbinoba
6cac879ed0 chore: removed console log 2023-08-23 16:46:06 +01:00
Ebezer Igbinoba
ac66834daa chore: fixed error with typings 2023-08-23 16:36:48 +01:00
BlackMagiq
0616f24923 Merge pull request #866 from Killian-Smith/email-case-sensitive
fix: normalize email when inviting memebers and logging in.
2023-08-23 18:08:28 +07:00
Tuan Dang
4e1abc6eba Add login email lowercasing to backend 2023-08-23 18:02:18 +07:00
Tuan Dang
8f57377130 Merge remote-tracking branch 'origin' into email-case-sensitive 2023-08-23 17:50:46 +07:00
Tuan Dang
2d7c7f075e Remove metadata from SecretVersion schema 2023-08-23 17:47:25 +07:00
Tuan Dang
c342b22d49 Fix telemetry issue for signup secrets 2023-08-23 17:37:01 +07:00
BlackMagiq
b8120f7512 Merge pull request #886 from Infisical/audit-log-paywall
Add paywall to Audit Logs V2
2023-08-23 17:00:27 +07:00