get -> post -> get key inconsistency #3

Closed
opened 2022-08-08 01:33:22 +02:00 by s3lph · 2 comments
s3lph commented 2022-08-08 01:33:22 +02:00 (Migrated from gitlab.com)

When compiling a key- and subscriber list from multiple lists into one single list, the process is to:

  1. GET the keys from the source lists
  2. GET the keys from the target list
  3. Figure out the difference
  4. DELETE obsolete keys from the target list
  5. POST new keys to the target list

However, it seems that what was POSTed to the target list doesn't come back the same (missing some subkey signatures) on the next GET.

Need to investigate what's actually happening there

When compiling a key- and subscriber list from multiple lists into one single list, the process is to: 1. GET the keys from the source lists 2. GET the keys from the target list 3. Figure out the difference 4. DELETE obsolete keys from the target list 5. POST new keys to the target list However, it seems that what was POSTed to the target list doesn't come back the same (missing some subkey signatures) on the next GET. Need to investigate what's actually happening there
s3lph commented 2022-08-08 01:33:22 +02:00 (Migrated from gitlab.com)

assigned to @s3lph

assigned to @s3lph
s3lph commented 2022-08-20 12:46:36 +02:00 (Migrated from gitlab.com)

Fixed in v0.1.7

Fixed in v0.1.7
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: s3lph/multischleuder#3
No description provided.