Skip to content

SecretsManager: are any of these kids known? #3

@dbluhm

Description

@dbluhm

for kid in wrapper.recipient_key_ids:
recip_key = await self.secrets.get_secret_by_kid(kid)
if recip_key:
break

This chunk of code is potentially problematic when there are many recipients. We should have a way to query the SecretsManager with a list of potentially known kids, returning a list of the ones that are known.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions