-
Notifications
You must be signed in to change notification settings - Fork 131
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
The 1.5.0 Docker tag is the same as 1.3 #193
Comments
I can confirm that pulling from dockerhub results in totp not being enabled. However, cloning and compiling subspace from source shows that the feature is indeed in the master branch... curious @agonbar do you have any idea what could have gone wrong with the dockerhub integration? A check fails, but I don't have access to dockerhub so I cant really see what went wrong. However the image was updated succesfully, at least for x86_64 devices, so I don't know where to start looking for a flaw. I wonder if triggering another release would cause the image to be updated with the correct code, but I don't want to play around with productive assets. @syphernl in the meantime you can compile the master branch. That will provide you the correct code until I can find what went wrong with publishing the docker image. |
@agonbar Indeed as pointed out by both have the same hashes |
@syphernl just found out that the tag |
I have to put a notice for the busted dockerhub tags. Follows #193
It is fixed? |
Any update on docker tag issue? |
Describe the bug
After upgrading to 1.5.0 (image:
subspacecommunity/subspace:1.5.0
), which should contain TOTP settings, I am not seeing anything new.No TOTP is being shown for the "local" admin account nor the one authenticated through SAML.
Digging through the code of the commit (#126) I see there also should be an
/totp/image
endpoint but this is returning404 page not found
.To Reproduce
Steps to reproduce the behavior:
subspacecommunity/subspace:1.5.0
The text was updated successfully, but these errors were encountered: