mojaloop / project

Repo to track product development issues for the Mojaloop project.
Other
22 stars 15 forks source link

Re-enable Security and Permission Checks for Auditing-BC #3850

Open ei-nghon-phoo opened 2 months ago

ei-nghon-phoo commented 2 months ago

User Story

As a Mojaloop adopter, I want to re-enable security and permission checks for the auditing-bc module, so that unauthorized access to routes such as GET entries and search keywords is prevented, ensuring the security of our system.

Acceptance Criteria:

  1. Security and permission checks are re-enabled for the auditing-bc module.
  2. Routes for GET entries and search keywords require proper permission, privilege, or a valid login token for access.
  3. Unauthorized access attempts to these routes are blocked, and appropriate error messages are displayed.