boltlabs-inc / key-mgmt-spec

Formal specification for the key management project
MIT License
3 stars 2 forks source link

Include method for client to learn the authenticated user's key ids #53

Open indomitableSwan opened 2 years ago

indomitableSwan commented 2 years ago

Relates to PR https://github.com/boltlabs-inc/key-mgmt-spec/pull/50#issue-1322473589:

  • How the user knows its key identifiers. This may relate to client-side tags for arbitrary secrets #48, or we could implement functionality that retrieves a list of the user's associated data

    and reply: Second bullet is a good point. In phase 0, we included a "get all key IDs" function that didn't make it into this version yet. Would "a list of the user's associated data" include anything other than key IDs?

Originally posted by @marsella in https://github.com/boltlabs-inc/key-mgmt-spec/issues/50#issuecomment-1199955704


I believe implementing the "get all key IDs" function would be sufficient here.