Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Update on BC Gov Code With Us – ACA-Py Indy-SDK to Askar conversion script - Indicio
  • Update on ACA-Py Container Scanning (brought up last meeting)
  • Understanding Presentation Request Revocation Intervals
  • Adding a Documentation site for ACA-Py - as nice as the AFJ one - https://aries.js.org/
    • PR: 2079 – tricky part is the multiple version support.
    • Proposed approach:
      • Use docusaurus
      • Static site generated from new repo – https://github.com/hyperledger/aries-acapy-docs
      • Landing page in new repo, version specific documentation in folders.
      • GHA manually added for each supported release – automate this in future via a PR created with ACA-Py tag released.
        • Fetch tagged branch from ACA-Py into temp folder
        • Generate a root document if not present (used to support tags created in the past) – else, use one in ACA-Py.
        • Generate the required RST documents for the ACA-Py internal documentation currently used by Read The Docs (using Python doc strings).
        • (Re-)Generate static pages for the tag into correct folder in the docs repo.
      • For now, periodically run the GHA for the "main" branch manually – automate this in the future to run either nightly or when an ACA-Py PR is merged.
      • Publish to "acapy.org" domain.
  • Open Discussion:
    • Does anyone use/see a use case for Web Sockets and Return Route beyond ACA-Py as a mobile agent mediator?
    • Issue 2029: Additional security controls for webhooks for multi-tenancy

...