0.0.2 - Role-Based Configuration and Data Admin features
π Release Notes - Filer v0.0.2
Release Date: 2025-01-06
Tag: v0.0.2
Title: Enhanced Role-Based Configuration and New Report Status Endpoint
β¨ New Features
π§ Configurable Parameters
- Role-Based Verification Enhancements:
admin_role_name
:
Defines the name of the Data Admin role, ensuring that the Engagement Context Role (ECR) credential corresponds to the expected Data Admin credential.admin_lei
:
Specifies the Legal Entity Identifier (LEI) linked to the Data Admin credential, allowing for precise validation of ECR credentials.
π New Endpoints
/reports/status/{aid}/{lei}
:- Purpose: Enables Data Admins to retrieve upload statuses for submitted reports.
- Features:
- Query upload statuses by Admin Identifier (AID).
- Optionally filter results by Legal Entity Identifier (LEI).
- If no LEI is provided, statuses for all uploads will be returned.
π οΈ How to Use
Example Request for /reports/status/{aid}/{lei}
:
-
GET
/reports/status/12345/67890
Retrieves the upload statuses for reports submitted by the Data Admin AID12345
and associated with the LEI67890
. -
GET
/reports/status/12345
Retrieves all upload statuses for reports submitted by the Data Admin AID12345
.
π Summary
This release introduces enhanced support for Data Admin roles through configurable parameters and a new endpoint for managing report statuses. These updates improve role-based access and operational efficiency for Data Admin users.