Bastiaan

Results 14 issues of Bastiaan

The genbankParser is designed to be run as a standalone script to generate a formatted and cleaned csv table of the covid pan-genome from genbank input. It deals with most...

Ory-based ui tests should be added. There are good examples in the ory repository: https://github.com/ory/kratos/blob/fc2cecfbeab811aa1a851f953b6bc2a4c119c412/test/e2e/cypress/integration/profiles/mfa/totp.spec.ts

To replace the code here https://github.com/RADAR-base/ManagementPortal/blob/901435c8828aa1cf2e92e49a221e3926132fbee0/src/main/java/org/radarbase/management/web/rest/UserResource.kt#L127

If a user hads no MFA and MP is configured to require MFA, the user is currently redirected to the login page despite actually being logged in. This is because...

When we were fixing issues with ory integration in app-config, we encountered issues which seemned to be related to the caching behaviour in TokenValidator.kt. We set the fetch timeout to...

Since we implemented Ory we have some tests that do not pass, since there is input into the testcontainer. This is part of a larger problem that we have dangling...

When hosting local instances with in-memory databases, memory portal crashes. ``` curl --location --request POST 'http://127.0.0.1:8080/managementportal/oauth/token?grant_type=client_credentials' \ -u "radar_restapi:secret" ``` This does not happen in prod instances

bug

To implement self-registration we will need an overhaul of the identity management and OAuth2 implementations in management-portal. We have selected [ory](https://www.ory.sh/docs/ecosystem/projects) for this, and have a working proof of concept...

enhancement
roadmap

Description: Added a github action which, on merging a branch into dev/master triggers downstream tests agains the built docker image An alternative way to do this would be to pull...