Commit Graph

6341 Commits

Author SHA1 Message Date
Daniel Hougaard
ddab2fccb5 fix: Missing project ID error when editing or creating project template roles 2025-12-09 19:54:24 +04:00
Victor Hugo dos Santos
29eaa64a1b Merge pull request #4889 from Infisical/feature/mongodb-secret-rotation
feature(secret-rotation): add mongodb app connection and secret rotation
2025-12-08 18:48:43 -03:00
Scott Wilson
8c7c36e989 Merge pull request #5000 from Infisical/ENG-4281
improvement(frontend): only display 1p autofill on email, username and password fields
2025-12-08 13:08:57 -08:00
=
24d7bcf0b3 feat: improved ui based of feedback 2025-12-09 01:51:24 +05:30
Scott Wilson
1ffcb484c6 fix: only display 1p autofill on email, username and password fields 2025-12-08 10:16:27 -08:00
x032205
10e9eebc25 Merge branch 'main' into PLATFRM-114 2025-12-08 12:56:20 -05:00
Victor Hugo dos Santos
33b12ad417 Merge pull request #4989 from Infisical/feature/aws-iam-pam
feature(pam): add support to AWS IAM PAM
2025-12-08 14:52:55 -03:00
Victor Santos
2e4a1acd03 fix: enhance error messaging and improve resource selection in PAM components
- Updated error message in AWS IAM resource factory to include the PAM role ARN for better debugging.
- Added functionality to clear the search input when a value is selected in the ResourceSelect component, improving user experience.
- Refactored AwsIamAccountForm to fetch PAM resource details based on account or provided resourceId and resourceType, ensuring accurate role ARN usage in trust policy.
2025-12-08 14:28:05 -03:00
Victor Santos
d09849d9dc refactor: update PAM session status handling and improve enum definitions
- Changed PAM session status from 'Expired' to 'Ended' in the database update logic and service layer for clarity.
- Updated the PamSessionStatus enum to consolidate the definitions of 'Ended' and 'Expired', reflecting that 'Ended' can result from both user action and automatic expiration.
- Removed references to 'Expired' in the frontend components and adjusted related UI elements for consistency.
2025-12-08 12:19:19 -03:00
varonix
a6631217f1 Merge pull request #4990 from Infisical/fix-additional-privilege-old-projects
fix(additional-privileges): return correct project membership ID
2025-12-08 03:25:01 -05:00
x032205
4f41673c38 audit log all endpoints 2025-12-07 23:51:22 -05:00
x032205
bfb682b715 grant permissions 2025-12-07 22:26:41 -05:00
x032205
2fe316c81c approval request permissions 2025-12-07 22:16:31 -05:00
Victor Santos
3e77c33532 feat: enhance AWS IAM resource handling with new gateway access schema and improved project ID management
- Introduced GatewayAccessResponseSchema for consistent response structures across Postgres, MySQL, and SSH resources.
- Updated PAM account router to utilize the new schema, streamlining response validation.
- Refactored AWS IAM service to improve project ID handling during role assumption and credential management.
- Enhanced AWS IAM resource schemas to support gateway-specific configurations, improving flexibility and type safety.
2025-12-07 20:32:59 -03:00
=
fcd8e28b76 feat: reorganization of files and more ui changes 2025-12-07 20:10:17 +05:30
=
75e15b2831 feat: added grant management screen and cancel for request 2025-12-07 18:47:03 +05:30
=
5d580f9d4b feat: resolved changes made in backend 2025-12-07 16:58:38 +05:30
=
f4cf0c3545 feat: improved ui for request detail table 2025-12-07 14:41:15 +05:30
x032205
8b22e7c417 lint & a few fixes 2025-12-06 17:55:07 -05:00
Daniel Hougaard
20570094be Update types.tsx 2025-12-06 09:39:46 -05:00
=
9b1dee101d feat: completed request list page 2025-12-06 14:21:50 +05:30
=
f6180f8c12 feat: implemented approval request hooks 2025-12-06 14:21:50 +05:30
=
22b6e304d8 feat: completed policy management ui 2025-12-06 14:21:50 +05:30
=
d192f1e3e1 feat: added hooks for policies 2025-12-06 14:21:50 +05:30
Victor Santos
8c3b36f15c refactor(mongodb-credentials): replace SSL terminology with TLS and enhance MongoDB client creation logic 2025-12-05 19:35:23 -03:00
Victor Santos
69fd05bc1e style: enhance UI elements in AWS IAM forms with transition effects
- Updated the target role and AWS IAM role setup sections to include a transition effect on hover, improving user experience and visual feedback.
- Ensured consistency in styling across both AWS IAM account and resource forms.
2025-12-05 17:43:01 -03:00
Victor Santos
c5169217a4 refactor: streamline account path handling in PAM components
- Updated PamAccessAccountModal and PamAccountsTable to simplify account path construction by removing leading and trailing slashes.
- Enhanced readability and consistency in path handling across components.
2025-12-05 17:09:59 -03:00
Victor Santos
6db5188b36 feat: update AWS IAM session duration handling and improve account access functionality
- Changed session duration parameter from maxSessionDuration to defaultSessionDuration for consistency.
- Refactored AWS STS client creation to use a hardcoded default region, simplifying the configuration.
- Enhanced PAM account access modal to include account path and project ID in the access request.
- Updated various components and schemas to reflect the new session duration naming and improve type safety.
2025-12-05 16:56:55 -03:00
Piyush Gupta
1269e7c245 Merge pull request #4976 from Infisical/chore/external-kms-api-refactor
chore: external-kms API refactor
2025-12-06 01:23:05 +05:30
Piyush Gupta
32ecbd2d6d fix: edge cases 2025-12-05 23:46:37 +05:30
carlosmonastyrski
bf93644ce0 Merge pull request #4992 from Infisical/fix/pki-renewals
fix: renewals for internal CAs and minor improvement on the export certificate modal
2025-12-05 15:03:24 -03:00
Carlos Monastyrski
9e1a3c6fe0 Improve pkcs12 error message 2025-12-05 14:55:55 -03:00
Piyush Gupta
1f0daf447e fix: review changes 2025-12-05 22:17:42 +05:30
Victor Santos
feb1d9b854 Merge branch 'main' into feature/aws-iam-pam 2025-12-05 13:29:30 -03:00
Carlos Monastyrski
c81116ff60 Fix renewal issue for internal CAs and improve export certificate modal 2025-12-05 12:48:25 -03:00
Piyush Gupta
3f70897593 Merge pull request #4970 from Infisical/chore/pam-access-account-with-path
chore: updates pam access account endpoint to use account path instead of id [PAM-64]
2025-12-05 20:03:33 +05:30
Piyush Gupta
fd1a3d5d12 fix: review changes 2025-12-05 19:39:21 +05:30
Piyush Gupta
58fbbe0d91 Merge branch 'main' of https://github.com/Infisical/infisical into chore/external-kms-api-refactor 2025-12-05 18:01:43 +05:30
Victor Santos
ac5c185f76 feat: enhance PAM account handling with type safety and improved response structure
- Introduced type inference for sanitized accounts to ensure consistent data handling.
- Updated account response structure to explicitly cast accounts to the sanitized type.
- Refined the decryption function to omit sensitive fields from the returned account object.
- Improved error handling in SQL resource factory by enforcing required gateway ID validation.
2025-12-05 00:56:33 -03:00
Victor Santos
aac84e3952 feat: enhance AWS IAM resource support with refined validation and response structure
- Updated AWS IAM resource response schema to include distinct object structures for Postgres, MySQL, and SSH resource types.
- Improved validation for project ID to ensure it is a valid UUID.
- Adjusted console URL expiration handling to default to a calculated date if not provided.
- Modified regex for ARN role validation to accommodate additional characters.
2025-12-04 23:54:24 -03:00
Victor Santos
b589ab3be4 feat: add AWS IAM resource support with console access functionality
- Introduced AWS IAM resource type in the system, allowing users to create and manage AWS IAM accounts.
- Implemented AWS IAM resource forms and account forms for creating and updating IAM resources and accounts.
- Added functionality to generate AWS Console URLs for IAM accounts, enabling direct access to the AWS Console.
- Updated various components and hooks to handle AWS IAM-specific logic, including session expiration and access management.
- Enhanced the UI to reflect AWS IAM integration, including new modals and forms for user interaction.
2025-12-04 23:41:36 -03:00
carlosmonastyrski
4a62a872eb Merge pull request #4980 from Infisical/feat/PKI-67
feature: refine PKI access control permissions
2025-12-04 23:21:07 -03:00
Carlos Monastyrski
90c73def68 UI improvements on PKI product 2025-12-04 18:55:26 -03:00
Piyush Gupta
f14b03b6ac fix: kms endpoints to rerutn credentialsHash 2025-12-05 02:49:20 +05:30
Scott Wilson
462968780d fix: correct query removal call sequence in when changing organization 2025-12-04 09:13:40 -08:00
Carlos Monastyrski
022c2a860e Improve list endpoints permissions check and address PR comments 2025-12-04 04:58:32 -03:00
Victor Hugo dos Santos
a287f1f95e Merge pull request #4983 from Infisical/fix/fetch-native-integrations-only-if-secret-manager
improvement(integrations): adjust integration fetching in PolicySelectionModal and RolePermissionsSection based on project type
2025-12-03 19:14:00 -03:00
Scott Wilson
6430f7e459 Merge pull request #4986 from Infisical/improvement-unknown-user-tooltip
improvement(frontend): add tooltip explaining unknown user actor in audit logs
2025-12-03 13:58:35 -08:00
Scott Wilson
72799f6b00 improvement: address feedback 2025-12-03 13:42:52 -08:00
Scott Wilson
0e5cadd997 improvement: add tooltip explaining unknown user actor in audit logs 2025-12-03 13:32:19 -08:00