Versions Compared

Key

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

...

  • Project: Hyperledger AnonCreds Rust in ACA-Py
  • PRs and Issues
    • Marshmallow PR #2398
    • Multi-tenant – select ledger for reading/writing – #2339, #2395
    • Nightly Builds #2250
    • Pytest and Flake8 #2400
  • Open Discussion
    • OpenID4VC – issuer – make it a companion service that calls into ACA-Py vs. within ACA-Py.
      • Requires adding additional public endpoints beyond the DIDComm endpoint.
      • Keeping it as a separate service that calls into ACA-Py for services – storage, signing, etc. – much like vc-authn-oidc
      • Endpoints for preparing (SD-)JWT credentials – similar to the JSON-LD endpoints we have today – sign/verify
      • Alternative – plugin, so that there is a tighter integration with calling ACA-Py utility functions
    • Code Coverage reports – we used to have a report that said exactly what percent increase/decrease on every PR
      • CodeCov – no longer being used
      • Add ticket about this
    • Okta integration
    • When to stop testing with the Indy SDK?
      • Time to remove those tests? Yes
        • Suggestion: Remove all of the tests from the PR Integration Test runs.
        • Nightly run of Indy tests – let's eliminate that as well.
      • Hypothetical: ACA-Py fix needed for using the Indy SDK
        • Uncomment out the tests and fix as a branch based on the 0.9.0 tag

Upcoming Meeting Topics:

  • Discussion Topics:
    • Update on ACA-Py Container Scanning
    • Multi-architecture containers
      • Issue with BBS+ package – doesn't support ARM containers – need an update to their CI
      • Solution: A third container published that includes BBS+ package, but is single architecture
      • Others are Askar

...