π Release Notes - Reg-Pilot v0.1.0
Release Date: 2025-01-30
Tag: v0.1.0
Title: End-to-End Integration Testing for Reg-Pilot API
β¨ New Features
π Full Integration Testing
- Credential issuance, report generation, and reg-pilot-api are now fully tested within Reg-Pilot.
- Workflows and configurations define end-to-end test cases (see workflows_readme.md).
π‘ Credential Issuance with QVI Delegation
- All issued credentials now require the QVI AID to be delegated by GLEIF AID, ensuring compliance with the vLEI structure.
π Signed Headers Protection
- All requests to Reg-Pilot API (except
/login
) are now protected by signed headers, enhancing security and authenticity.
π‘ Root of Trust Initialization
- The test framework now performs an initial
/add_root_of_trust
request to Reg-Pilot API to register GLEIF OOBI within the vLEI Verifier database.
π How to Run
1οΈβ£ Define Workflows & Configurations
- Use predefined test workflows and configurations to structure end-to-end testing.
2οΈβ£ Execute Tests
Run integration tests using the standard test execution script.
π Summary
Reg-Pilot now provides fully automated integration testing, ensuring that credential issuance, request security, and root of trust validation work seamlessly within the Reg-Pilot API and the Vlei-Verifier.