You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running setup steps in protocol-integration-tests, it was discovered that there was an upper limit to how many fingerprints you could safely enroll using the /v2/kiva/api/guardian/enroll endpoint. (This number fluctuated, but it was never greater than 7 fingerprints.) The bioauth-service simply stopped running after a certain number of enrollments.
After consulting with @jeffk-kiva, the conclusion is that this probably is the result of a memory leak somewhere in the enroll process.
Add AUTH0_ENABLED=false and FSP_CONTROLLER=http://fsp-controller:3013 to services/gateway/test.env
Follow the installation steps in protocol-integration-tests to run the services in Docker, being sure to add --profile frontend to the docker-compose command
In a browser window, navigate to http://localhost:7567
Once the window loads, click "Accept", then "Fingerprint Registration"
Enter a mock e-mail
Click each box to add a fingerprint image
Open the "Network" tab in your browser's dev tools window
Click "Next"
(Note: There's no visual cue that your request has begun or succeeded, so the only way to see the state of your request is via the network tab.)
The text was updated successfully, but these errors were encountered:
While running setup steps in
protocol-integration-tests
, it was discovered that there was an upper limit to how many fingerprints you could safely enroll using the/v2/kiva/api/guardian/enroll
endpoint. (This number fluctuated, but it was never greater than 7 fingerprints.) Thebioauth-service
simply stopped running after a certain number of enrollments.After consulting with @jeffk-kiva, the conclusion is that this probably is the result of a memory leak somewhere in the
enroll
process.Repro steps:
AUTH0_ENABLED=false
andFSP_CONTROLLER=http://fsp-controller:3013
toservices/gateway/test.env
protocol-integration-tests
to run the services in Docker, being sure to add--profile frontend
to thedocker-compose
commandhttp://localhost:7567
(Note: There's no visual cue that your request has begun or succeeded, so the only way to see the state of your request is via the network tab.)
The text was updated successfully, but these errors were encountered: