emidombek / uptowngallery

HTML, CSS, JavaScript, Python+Django based website for a small art gallery business deployed to Heroku
1 stars 2 forks source link

USER STORY: Configure Database Access Permissions #5

Closed emidombek closed 1 year ago

emidombek commented 1 year ago

User Story: Configure Database Access Permissions

User Story: As a developer, I want to configure database access permissions to ensure secure and controlled access.

Acceptance Criteria:

  1. Define user roles with appropriate access levels (e.g., read-only, read-write).
  2. Set up user accounts for developers, testers, and other relevant team members.
  3. Apply the principle of least privilege when assigning permissions.
  4. Ensure database access is restricted to authorized personnel only.
  5. Implement role-based access control (RBAC) where applicable.

Tasks:

emidombek commented 1 year ago

Done via Django Admin panel