-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
authorization issue after restart #23
Comments
I have the same issue |
I also have the same Issue |
Same issue here :( |
When I just restart the container (without removing it) auth.json stays valid. |
Same for me |
When mounting |
Just played around with it. Can confirm this, also see here. Consider |
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: