Skip to content

Releases: GLEIF-IT/reg-pilot

0.1.0

30 Jan 10:55
031b585
Compare
Choose a tag to compare

🚀 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.