Commit Graph

16805 Commits

Author SHA1 Message Date
Victor Santos
c01444dfc7 Merge branch 'main' into feature/mongodb-secret-rotation 2025-11-19 14:13:04 -03:00
Akhil Mohan
4bff4ca20c Merge pull request #4898 from Infisical/fix/awsSecretManagerDuplicateDestination
Remove secretName from AWSSecretsManager SECRET_SYNC_SKIP_FIELDS_MAP
2025-11-19 19:59:12 +05:30
carlosmonastyrski
a443ebeab5 Merge pull request #4885 from Infisical/fix/pkiInventoryRefresh
Fix refresh issues on PKI Inventory table
2025-11-19 02:10:42 -03:00
Carlos Monastyrski
3bf0656d87 Fix wrong enrollmentType on condition 2025-11-19 02:03:12 -03:00
Carlos Monastyrski
c2f05a6d57 Fix plan pkiAcme check 2025-11-19 01:56:02 -03:00
Carlos Monastyrski
4ad6a16758 Remove secretName from AWSSecretsManager SECRET_SYNC_SKIP_FIELDS_MAP 2025-11-19 01:29:06 -03:00
Andre
d650328794 Merge pull request #4831 from Infisical/PAM-10
pam: server-side filter, search, pagination
2025-11-18 17:09:50 -05:00
Scott Wilson
efdb8c8838 Merge pull request #4891 from Infisical/ENG-4153
docs: refactor api endpoints nav into more organized groups
2025-11-18 14:06:24 -08:00
x032205
0615939bfb lint 2025-11-18 16:52:18 -05:00
x032205
d0dcc0c799 Merge branch 'main' into PAM-10 2025-11-18 16:48:11 -05:00
Sheen
aab9f8a86b Merge pull request #4860 from Infisical/feat/ssh-pam
feat: ssh pam
2025-11-19 04:04:48 +08:00
Sheen Capadngan
1c50345035 misc: removed export 2025-11-19 03:23:30 +08:00
Victor Santos
58a56881f8 refactor: remove unused import from index.ts 2025-11-18 16:17:21 -03:00
Sheen Capadngan
5437aca3b6 misc: updated error message 2025-11-19 03:04:02 +08:00
Sheen Capadngan
6afb6a4a50 misc: addressed comments 2025-11-19 03:01:12 +08:00
Victor Santos
406f0a14e4 Merge branch 'main' into feature/mongodb-secret-rotation 2025-11-18 15:56:59 -03:00
Victor Santos
b20ccf4c42 Add MongoDB credentials rotation documentation and images
- Created comprehensive documentation for MongoDB credentials rotation, detailing setup and usage.
- Added new images to illustrate the MongoDB credentials rotation process in the UI.
- Updated existing documentation to include MongoDB in the secret rotation options and API references.
2025-11-18 15:55:22 -03:00
Piyush Gupta
617c9cb1bc Merge pull request #4893 from Infisical/fix/product-settings-responsiveness
fix: product settings styling improvements
2025-11-18 23:32:50 +05:30
Scott Wilson
d3edb319a2 Merge pull request #4888 from Infisical/ENG-4154
improvement: add invite members link to nav bar to improve discovery
2025-11-18 09:25:33 -08:00
Scott Wilson
23369600eb feat: add additional link to invite members and only render if permission viable 2025-11-18 09:11:01 -08:00
Piyush Gupta
18a6e6aa61 fix: styling review comments 2025-11-18 22:38:17 +05:30
Piyush Gupta
29f54d45d0 fix: product settings styling improvements 2025-11-18 21:25:47 +05:30
x032205
7ce65422fe fix lint 2025-11-18 10:33:37 -05:00
Scott Wilson
6c419f90bd docs: move legacy list projects to projects section 2025-11-17 18:49:46 -08:00
Scott Wilson
b54546d7cf docs: add shared section and move admin endpoint to other 2025-11-17 18:45:30 -08:00
Victor Santos
8b31eff9b1 Refactor MongoDB host validation using RE2 regex
- Replaced string methods with RE2 regex for improved host validation in MongoDB connection functions.
- Updated the `mongodbCredentialsRotationFactory` and `validateMongoDBConnectionCredentials` to utilize regex for parsing connection strings.
- Enhanced code readability and maintainability by consolidating host normalization logic.
2025-11-17 22:36:46 -03:00
Scott Wilson
143ca52055 docs: group remaining endpoints by product/scope 2025-11-17 16:55:11 -08:00
Scott Wilson
49eb617445 docs: move secret scanning endpoints to their own nav group 2025-11-17 16:24:53 -08:00
Scott Wilson
187740aff2 fix: add missing effect dependency 2025-11-17 16:07:52 -08:00
Victor Santos
51fc4a5e8c Add MongoDB credentials rotation support
- Introduced MongoDB credentials rotation router and schemas.
- Updated backend services to handle MongoDB credentials rotation logic.
- Enhanced frontend components to support MongoDB credentials management.
- Integrated MongoDB credentials rotation into existing secret rotation options and forms.
2025-11-17 21:03:08 -03:00
Scott Wilson
29227e5b79 improvement: add invite members link to nav bar to improve discovery 2025-11-17 16:01:22 -08:00
Scott Wilson
867a818728 Merge pull request #4887 from Infisical/project-identity-docs
docs: add documentation for project identities
2025-11-17 15:27:39 -08:00
Scott Wilson
4ee5236a08 docs: make identity workflow tabs plural 2025-11-17 14:09:24 -08:00
Scott Wilson
47215d7be5 docs: add documentation for project identities 2025-11-17 14:07:45 -08:00
Victor Santos
ed475f0ed8 Add MongoDB integration and documentation updates
- Enhanced MongoDB connection handling in backend with improved host validation.
- Updated documentation to include MongoDB connection options and API references.
- Added new images for MongoDB connection forms and processes.
- Implemented MongoDB connection form in the frontend with necessary adjustments.
2025-11-17 17:39:37 -03:00
Daniel Hougaard
4b11dd1519 Merge pull request #4886 from Infisical/fips-docs-update
docs: added compliance documentation
2025-11-17 10:50:37 -08:00
Daniel Hougaard
3150bbf7a7 Update production-hardening.mdx 2025-11-17 10:40:51 -08:00
BlackMagiq
f63a1aa1f2 Merge pull request #4880 from Infisical/acme-docs
Add Infisical PKI Documentation for ACME Enrollment Method
2025-11-17 10:38:18 -08:00
Daniel Hougaard
7d4eba28ee Update production-hardening.mdx 2025-11-17 10:12:05 -08:00
Andre
1f4f72fcc9 Merge pull request #4872 from Infisical/ENG-4113
fix total counts for change requests
2025-11-17 13:00:16 -05:00
Piyush Gupta
62494df119 Merge pull request #4871 from Infisical/fix/infisical-app-mobile-view
[ENG-3887] fix: enables infisical app mobile view with basic responsiveness
2025-11-17 22:59:36 +05:30
BlackMagiq
27d2f0b2a9 Merge pull request #4884 from Infisical/external-acme-ca-docs
Update Infisical PKI Documentation for ACME-Compatible External CAs
2025-11-17 07:32:17 -08:00
x032205
a52b4dfa3e Merge branch 'main' into PAM-10 2025-11-17 10:30:33 -05:00
x032205
c18961c058 added useResetPageHelper 2025-11-17 10:29:57 -05:00
Andre
91e49bd3e0 Merge pull request #4877 from Infisical/PAM-53
systemd interactive deployment option for Gateway & Relay
2025-11-17 10:17:08 -05:00
Carlos Monastyrski
89c1ef2f47 Address greptile comments 2025-11-17 10:56:35 -03:00
Carlos Monastyrski
9263c1a23d Fix refresh issues on PKI Inventory table 2025-11-17 10:47:38 -03:00
Victor Hugo dos Santos
fa44c683b0 Merge pull request #4825 from Infisical/feature/ldap-gateway-support
feature: ldap gateway support
2025-11-17 10:34:52 -03:00
Victor Santos
84d505bbb0 refactor: improve error handling for gateway connection in LDAP functions 2025-11-17 09:36:57 -03:00
Victor Santos
34d92f9080 Merge branch 'main' into feature/ldap-gateway-support 2025-11-17 09:24:46 -03:00