Paul Wenzel

Results 16 issues of Paul Wenzel

Hi, @swcurran mentioned in today's AcaPug call that you would be interested in a pipeline for building and publishing AcaPy Docker images automatically for every tagged commit. The GitHub Action...

When creating a credential definition for a revocable credential, AcaPy does not throw any error even if the tails server is down and the tails file can not be stored...

According to the official [IdentityServer4 Docs](https://identityserver4.readthedocs.io/en/latest/) IdentityServer4 will only be maintained with security updates until November 2022. Are there any plans to migrate to the [IdentityServer5/Duende](https://duendesoftware.com/products/identityserver) implementation?

I would be curious to store the data in the wallet as plain text. Reading the [documentation](https://github.com/hyperledger/aries-askar/blob/main/docs/storage.md) I came across: ``` none indicates that no store key is used. This...

test results wanted

Currently, we receive many errors via AcaPy Webhook calls. Maybe, just retrying them would allow us to still process them and therefore make the system more reliable and resiliant.

test flow

To ensure that the load generator does not become a bottleneck, monitor the utilization of the Tomcat threads.

monitoring

Currently, we do not retry failed HTTP requests to AcaPy. Maybe, retrying them would make the system more resilient and reliable.

test flow

Scheduled = iterations scheduled by the Periodic Schedular Started = iterations actually initiated by placing a HTTP Call to an AcaPy FInished = all the iterations that have been finished...

monitoring

Try to set up a health check for AcaPy containers to ensure that they are restarted in case they get in trouble. Maybe, the AcaPy `/status` endpoints can be used...

deployment