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

Move key filtering logic into key_manager.rs #165

Open
thobson88 opened this issue Dec 18, 2023 · 0 comments
Open

Move key filtering logic into key_manager.rs #165

thobson88 opened this issue Dec 18, 2023 · 0 comments

Comments

@thobson88
Copy link
Collaborator

Some key management logic is currently in the wrong place, in particular:

  • in the trustchain-http crate, the issue_credential() method inside issuer.rs
  • in the trustchain-ion crate, the signing_key() method inside attestor.rs.

This logic should be moved into the KeyManager or the AttestorKeyManager (in trustchain-core).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant