-
-
Notifications
You must be signed in to change notification settings - Fork 4
Docker - MFA token persistant #27
Comments
|
|
|
Thank you! A project that leverages MFA without needing to interact with the console is https://github.com/mrlt8/docker-wyze-bridge Multi-Factor Authentication Echo the verification code directly to /tokens/mfa_token by opening a second terminal window and using: docker exec -it wyze-bridge sh -c 'echo "123456" > /tokens/mfa_token' volumes: It would be neat to use the same process for MFA where you update the file with the MFA token while the container is running and the script waits for the value to update. Once it grabs the token, it clears the file so that it is empty for the next time it needs it. Also, I still think with the remember me option that it will lose its keys when creating with the Remove container process in docker. I know I am doing a terrible job describing this. Sorry |
Sorry if this was covered but is there a directory that i can make persistent so that MFA doesn't need entered at each run/container cycle?
Would be cool if the tool had the ability to also grab the picture/video details like date taken and location.
Great work on this. Thanks for sharing.
The text was updated successfully, but these errors were encountered: