dify/web/features/deployments/detail/access/permissions
yyh 563cf2602f
refactor(dify-ui): govern public component APIs (#39806)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-30 10:12:34 +00:00
..
__tests__ refactor: centralize deployment edition in system features (#39454) 2026-07-24 07:15:02 +00:00
access-subject-selector refactor(dify-ui): govern public component APIs (#39806) 2026-07-30 10:12:34 +00:00
access-control-dialog.tsx chore: canonicalize Tailwind classes (#39762) 2026-07-29 11:58:14 +00:00
access-policy.ts style: format with vp fmt (#38803) 2026-07-12 15:57:46 +00:00
environment-permission-row.tsx style: format with vp fmt (#38803) 2026-07-12 15:57:46 +00:00
permission-summary-button.tsx style: format with vp fmt (#38803) 2026-07-12 15:57:46 +00:00
README.md refactor(web): organize deployment feature state (#38065) 2026-06-27 07:34:46 +00:00
section.tsx style: format with vp fmt (#38803) 2026-07-12 15:57:46 +00:00

Deployment Access Permissions

Environment permission section for viewing and editing access policies on deployment environments.

Internal Modules

Module Why this module uses it
shared Reuses shared deployment domain rules, UI primitives, hooks, or local helpers.
route-state Reads the route app instance identity for access-policy mutations.
detail/access Reads access route query data for environment access policies.
detail/access/permissions/access-subject-selector Selects specific members and groups for access policies.

External Modules

Module Why this module uses it
app/components/base/skeleton Reuses skeleton primitives for permission loading states.