Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make default issuer configurable in wallet-api #462

Open
3 tasks
mikeplotean opened this issue Jun 3, 2024 · 1 comment
Open
3 tasks

Make default issuer configurable in wallet-api #462

mikeplotean opened this issue Jun 3, 2024 · 1 comment
Assignees
Labels

Comments

@mikeplotean
Copy link
Contributor

Requirement

Currently, the default issuer that is added to each new account in wallet-api is hardcoded.
It is required to have the default issuer configurable at instance level.

Implementation details

Acceptance criteria

  • given I set up the default issuer in registration-defaults.conf,
    • when I register a new account,
    • then the configured issuer is associated with the account
  • given there's no issuer set up in registration-defaults.conf,
    • when I register a new account,
    • then the account is configured with no issuer
Copy link

github-actions bot commented Aug 2, 2024

This issue has been marked as stale.

@github-actions github-actions bot added the Stale label Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants