You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First i start anisette server, then i run a setup script that creates a auth.json, which is then read by another service to fetch data from anisette. It works well so far.
However, if i restart anisette, the very same auth.json does not work anymore. This is very unpractical if e.g. the machine reboots and restarts containers, as i dont want to manually auth again with 2FA.
Is there any data stored in memory in anisette that is relevant for auth? What else coult be the reason and how could it be solved?
Any hint is welcome :)
I have used a docker setup to fetch BLE tag data from
https://github.com/dchristl/macless-haystack
.i used this docker-compose:
First i start anisette server, then i run a setup script that creates a auth.json, which is then read by another service to fetch data from anisette. It works well so far.
However, if i restart anisette, the very same auth.json does not work anymore. This is very unpractical if e.g. the machine reboots and restarts containers, as i dont want to manually auth again with 2FA.
Is there any data stored in memory in anisette that is relevant for auth? What else coult be the reason and how could it be solved?
Any hint is welcome :)
EDIT:
i have also tried, still the same problem
The text was updated successfully, but these errors were encountered: