129 Commits

Author SHA1 Message Date
bernie-g
37a9fdda1f docs: add pam-insights to project permissions reference 2026-04-28 13:20:53 -04:00
bernie-g
200c721668 docs: add gateway-pool to org permissions reference 2026-04-24 16:31:09 -04:00
Scott Wilson
31013c8a26 merge main 2026-04-15 10:38:33 -07:00
Scott Wilson
68c834521a docs: add insight permission to secrets management permissions 2026-04-14 15:03:43 -07:00
Saif Ur Rahman
36616fb4e7 docs(pam): add view credentials documentation (#6009)
* docs(pam): add view credentials documentation

PAM-153

* docs(pam): fix review feedback on view credentials and add read-credentials permission

* fix(pam): rename View Credentials permission label to Read Credentials for API consistency
2026-04-13 20:16:20 +05:30
Adilson Junior
b073607c2f Merge pull request #5955 from Infisical/improvement/adilsitos/platfrm-178
improvement(ui): add more descriptive information about glob
2026-04-07 16:24:47 -03:00
adilson
dc15d25ce4 create tooltip component for better glob pattern UI on tooltip 2026-04-06 18:53:32 -03:00
Bernie Gandin
73947eb62b docs(pam): document resourceType permission condition for pam-accounts and pam-resources 2026-04-06 14:40:08 -04:00
Scott Wilson
25bf576a1f docs: mention access insights in describe secret description 2026-04-01 09:50:34 -07:00
Victor Hugo dos Santos
c5494bdd24 refactor: update identity creation permissions to remove condition keys in project permissions 2026-03-17 14:31:22 -03:00
Victor Hugo dos Santos
3c59151fd5 feat: add new identity privilege management commands to project permissions documentation 2026-03-17 14:10:46 -03:00
Victor Hugo dos Santos
4458f45e6d Merge pull request #5650 from Infisical/feature/bypass-sso-action
feature(permissions): bypass SSO enforcement action
2026-03-12 17:43:09 -03:00
Victor Hugo dos Santos
7a0a889a7c docs: enhance organization-level SSO permissions with detailed descriptions and add 'bypass-sso-enforcement' action 2026-03-10 19:52:23 -03:00
Victor Hugo dos Santos
50d0d72ed2 Merge pull request #5593 from Infisical/feature/privileges-conditions
feat(permission): add AssignRole/AssignAdditionalPrivileges with conditions for Members, Identities, and Groups
2026-03-09 18:02:34 -03:00
Victor Santos
f10c6fbad8 refactor(permission): standardize permission fields and enhance validation logic
- Updated permission-related schemas and validation functions to replace legacy field names with more descriptive ones, such as changing `email` to `userEmail` and `role` to `assignableRole`.
- Enhanced the `validatePrivilegeChangeOperation` function to accept multiple actions, improving flexibility in permission checks.
- Streamlined error handling in project membership factories to provide clearer feedback on permission issues, ensuring consistent validation across member, identity, and group actions.
- Updated documentation to reflect the new permission field names and conditions, improving clarity for developers.
2026-03-06 19:27:28 -03:00
Igor Correa
79d03b7fbe docs: add edit and delete actions to sub-organization permissions
Add missing edit and delete actions, correct link-root-group to link-group
to match the OrgPermissionSubOrgActions enum.

Made-with: Cursor
2026-03-06 14:29:18 -03:00
Victor Santos
a675996618 refactor(permission): introduce AssignRole action and enhance group permission handling
- Added `AssignRole` action to the permission system, replacing the legacy `GrantPrivileges` action for group management.
- Updated validation logic to prevent conflicts between legacy and new actions, ensuring clearer permission handling.
- Enhanced condition schemas and frontend components to utilize new grant privilege conditions for groups, improving role filtering and user feedback.
- Refined error handling and messaging for group-related permission actions to enhance clarity and user experience.
2026-03-05 18:17:57 -03:00
Victor Santos
0605842ea5 refactor(permission): enhance project member actions with new role and privilege assignments
- Introduced `AssignRole` and `AssignAdditionalPrivileges` actions to improve role management for project members.
- Updated permission validation logic to prevent conflicts between legacy and new privilege actions.
- Enhanced documentation to reflect new actions and their conditions for better clarity in permission management.
2026-03-04 21:49:09 -03:00
Victor Santos
a9b44e4a29 refactor: expand project permissions documentation to include additional subjects and condition keys for enhanced clarity 2026-03-03 17:53:03 -03:00
Victor Santos
c19c144099 refactor: update project permissions documentation to include condition keys for actions across various subjects 2026-03-03 17:46:56 -03:00
IgorHorta
39dde84f87 fix: adding permission to allow linking root org 2026-02-17 14:10:21 -03:00
Carlos Monastyrski
6df8433247 Merge remote-tracking branch 'origin/main' into feat/ENG-4521 2026-02-11 03:04:14 -03:00
Carlos Monastyrski
7a1adb78e2 Add PKI Network Discovery 2026-02-11 02:35:15 -03:00
Sheen Capadngan
088e83510a doc: updates after restructuring 2026-02-11 05:01:17 +08:00
IgorHorta
356254ff28 fix: addressing code review concerns 2026-02-04 19:03:45 -03:00
IgorHorta
48a79506aa fix: address pr review 2026-02-04 18:19:08 -03:00
IgorHorta
9249fb8b2c docs: update project-permissions for Secret Approval Requests
- Document secret-approval-request subject (Read action, Secret Manager only)
- Fix note under secret-approval to reference secret-approval-request instead of approval-requests

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-04 12:50:33 -03:00
IgorHorta
dd7e542c4c fix(approvals): use Approval Requests Read, mask diff, hide Review for non-approvers
- Use existing Approval Requests (Read) for listing secret approval requests
- Remove SecretApprovalRequest permission; mask diff view by default with eye toggle
- Hide Review button for non-approvers; skip permissions with no actions in form

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-04 12:08:43 -03:00
IgorHorta
cc89fc0680 fix: removing describe since it would be the same as read 2026-02-02 18:36:00 -03:00
IgorHorta
b5f68fe7f4 feat(PLATFRM-175): add app connection ID permission condition to secret syncs and secret rotations
- Backend: add connectionId to SecretSync/SecretRotation subject types and condition schemas
- Backend: pass connectionId in all secret-sync and secret-rotation-v2 permission checks
- Frontend: add Connection ID condition option for Secret Syncs and Secret Rotation in role permissions
- Docs: document connectionId condition for secret-syncs and secret-rotation in project-permissions.mdx
- Add unit tests for schema validation and CASL can() with connectionId condition

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-01-29 18:24:56 -03:00
=
49edf81169 feat: updated permission to new actions and subjects 2026-01-29 16:15:42 +05:30
Saif
720fb9bd75 Document RBAC conditions for MCP endpoints, including name-based filtering and supported operators. 2026-01-20 20:37:14 +05:30
Carlos Monastyrski
a20c05a94e misc: rename certificate template to certificate policy: frontend, docs and BDD test 2026-01-14 17:45:01 -03:00
Sheen Capadngan
707ea202a7 feat: add export support for kms keys 2026-01-12 23:31:21 +07:00
varonix
699d03c654 Merge pull request #5146 from Infisical/daniel/security-doc
docs: security doc improvement
2026-01-09 22:35:27 +01:00
Daniel Hougaard
716e8adc39 Update security.mdx 2026-01-09 22:29:15 +01:00
Maidul Islam
2b674a13db Merge pull request #5132 from Infisical/daniel/security-doc
docs: better security docs
2026-01-09 01:25:55 -05:00
Daniel Hougaard
ba33d2dd3e requested changes 2026-01-09 05:22:46 +01:00
Daniel Hougaard
13b0eb319e Update security.mdx 2026-01-08 04:02:29 +01:00
Daniel Hougaard
3637d335fb docs: better security docs 2026-01-08 03:26:27 +01:00
x032205
5d71ccee08 more doc changes 2026-01-06 22:50:47 -05:00
Victor Santos
9f389081fb Remove outdated documentation files: deleted usage, REST API, and platform guides to streamline content and improve clarity. 2025-11-10 21:15:50 -03:00
Victor Santos
d9ef0b23d1 Update .env.example with a new encryption key, correct the Quickstart Guides link in README.md, and enhance backend folder structure documentation with new sections for BDD tests and additional service details. 2025-11-10 19:07:26 -03:00
Carlos Monastyrski
0df3181308 PKI revamp EST improvements and fixes 2025-10-18 03:16:36 -03:00
Sheen Capadngan
6db30c20c7 misc: updated permission 2025-09-19 02:01:57 +08:00
Scott Wilson
feb234ddcc merge main 2025-09-15 15:06:42 -07:00
Sheen Capadngan
65b36a322b misc: added previous name indicator 2025-09-16 04:38:21 +08:00
=
4c780c2c75 feat: review comments addressed 2025-09-16 01:17:38 +05:30
=
bf2f8faf9d feat: renamed all from depreciated to deprecated and adjust workspace
context file name as well
2025-09-16 00:08:42 +05:30
=
30d1af14b1 feat: completed docs for to be depreciated api endpoints 2025-09-16 00:08:42 +05:30