Skip to content

0.1.0

Latest
Compare
Choose a tag to compare
@aydarng aydarng released this 30 Jan 10:55
· 9 commits to main since this release
031b585

πŸš€ 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.