Skip to content

cbordier/openbanking-quickstart

 
 

Repository files navigation

openbanking-quickstart

Openbanking Quickstart

How to run environment locally

Set up MFA

By default, MFA is turned off.

  1. Run make enable-mfa to turn MFA on.
  2. Run make disable-mfa to turn MFA off.

Set up ACP locally

Run make run-dev to set up ACP.

Note

By default, MFA is turned off. To run environment with MFA run make enable-mfa.

How to run Cypress test locally

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

Note

Tests will be executed accordingly to the set load for MFA- see Set up MFA.

Credentials

  • ACP admin portal: https://localhost:8443/app/default/admin admin / admin
  • Developer TPP: https://localhost:8090 user | user2 | user3 / p@ssw0rd!
  • Financroo TPP: https://localhost:8091 test / p@ssw0rd!
  • Consent self service portal: https://localhost:8085 user | user2 | user3 / p@ssw0rd!
  • Consent admin portal: https://localhost:8086 admin / p@ssw0rd!

Licenses

Release process

  • git checkout -b release/VERSION
  • make 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

About

Opebanking Quickstart

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 51.0%
  • Go 31.6%
  • JavaScript 10.9%
  • CSS 4.2%
  • HTML 0.9%
  • Dockerfile 0.8%
  • Other 0.6%