pvarki / python-tak-rmapi

RASENMAEHER integration API for TAK server
0 stars 0 forks source link

Bug: firstadmin does not get a TAK package #52

Open benjamsf opened 7 months ago

benjamsf commented 7 months ago

What

Rasenmaeher firstadmin does not get a TAK package. https://mtls.localmaeher.pvarki.fi:4439/api/v1/instructions/user returns null.

Expected function

To get tak zip as an admin enrolled by firstuser code.

What happened

Didn't get a package, but

benjamsf commented 7 months ago

Triage:

rambo commented 7 months ago

Likely same underlying race condition as with https://github.com/pvarki/python-tak-rmapi/issues/50

benjamsf commented 3 months ago

Apparently, this does not happen anymore as of d-1.4.1. Got in fine with a firstadmin user. Only what happens is that firstadmin won't get to TAK WebAdmin which is probably because of how takrmapi communicates role changes only when they occur, not initially.