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

Stop calling KMS on every packet in the packet-switch #652

Open
sappenin opened this issue May 21, 2020 · 0 comments
Open

Stop calling KMS on every packet in the packet-switch #652

sappenin opened this issue May 21, 2020 · 0 comments
Labels
bug security Pull requests that address a security vulnerability v1.0 Features to be fixed for a 1.0 release

Comments

@sappenin
Copy link
Collaborator

For some reason the KMS is getting hit on every packet process in the packet-switch.

Some possible culprits:

  1. Bearer token check isn't getting cached properly.
  2. Encrypted properties in the account-settings
  3. Likely culprit --> Outgoing credentials need to be decrypted in order to forward a packet to the SPSP receiver (new Link on every outgoing packet). This is not an issue with local fulfillment, but would be with remote fulfillment.
@sappenin sappenin added bug security Pull requests that address a security vulnerability labels May 21, 2020
@sappenin sappenin added this to Needs triage in Bug Board Sep 3, 2020
@sappenin sappenin added the v1.0 Features to be fixed for a 1.0 release label Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug security Pull requests that address a security vulnerability v1.0 Features to be fixed for a 1.0 release
Projects
Bug Board
  
Needs triage
Development

No branches or pull requests

1 participant