dify/web/features/deployments/detail/access/permissions
Xiyuan Chen 62bbc0dbeb
feat(webapp-access): add WEBAPP_PUBLIC_ACCESS_ENABLED toggle (#38567)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-21 08:46:28 +00:00
..
__tests__ feat(webapp-access): add WEBAPP_PUBLIC_ACCESS_ENABLED toggle (#38567) 2026-07-21 08:46:28 +00:00
access-subject-selector style: format with vp fmt (#38803) 2026-07-12 15:57:46 +00:00
access-control-dialog.tsx feat(webapp-access): add WEBAPP_PUBLIC_ACCESS_ENABLED toggle (#38567) 2026-07-21 08:46:28 +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.