Openbanking Quickstart
By default, MFA is turned off.
- Run
make enable-mfato turn MFA on. - Run
make disable-mfato turn MFA off.
Run make run-dev to set up ACP.
By default, MFA is turned off. To run environment with MFA run
make enable-mfa.
Run make run-tests to open Cypress GUI with tests scenarios.
To run tests:
- single test suite - click on intended test suite name
{TEST_NAME}.ts - full set - click on
Run integration spec
Tests will be executed accordingly to the set load for
MFA- see Set up MFA.
- ACP admin portal:
https://localhost:8443/app/default/adminadmin / admin - Developer TPP:
https://localhost:8090user | user2 | user3 / p@ssw0rd! - Financroo TPP:
https://localhost:8091test / p@ssw0rd! - Consent self service portal:
https://localhost:8085user | user2 | user3 / p@ssw0rd! - Consent admin portal:
https://localhost:8086admin / p@ssw0rd!
- Bank - Apache 2.0
- Developer TPP - Apache 2.0
- Financroo TPP - Apache 2.0
- Configuration app - Apache 2.0
- Consent self service portal - Cloudentity
- Consent admin portal - Cloudentity
- Consent page - Cloudentity
git checkout -b release/VERSIONmake set-version- update CHANGELOG.md
git add . && git commit -m 'Release VERSION' && git push- verify if github action build and pushed released images to public docker hub
git tag -a VERSION && git push --tags