mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-28 11:19:51 +03:00
Test with the new Vault v2.0 Public Preview #47
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mprasil on GitHub (Jul 19, 2018).
This was just announced, I think we should create some test version to test it out and catch any bugs before the official release comes out.
@mprasil commented on GitHub (Jul 19, 2018):
If anyone want's to help building the web application, it would be very welcome. Anyone familiar with node and npm can probably modify the Dockerfile easily.
@dani-garcia commented on GitHub (Jul 21, 2018):
I've updated the Dockerfile to test the new vault in a beta branch here:
https://github.com/dani-garcia/bitwarden_rs/tree/beta
It's basically untested for now, but it compiles correctly and sets the corrects URLS.
@mannp commented on GitHub (Jul 21, 2018):
Thanks for making the changes :)
I used your dockerfile and get the following error trying to build it:
@dani-garcia commented on GitHub (Jul 21, 2018):
Strange, it works on Windows for me. I added a missing slash that was removed in this beta branch in the last commit. Hopefully that fixes it.
@mannp commented on GitHub (Jul 22, 2018):
Not sure if I missed something, so will take another look tomorrow;
@mprasil commented on GitHub (Jul 22, 2018):
The latest commit seems to be working fine, I've triggered a build on docker hub for this, if anyone want's to give this a go, please use mprasil/bitwarden:beta image.
@mannp commented on GitHub (Jul 22, 2018):
This one doesn't work at all;
Seems there are a number of changes required to make it compatible, so will try testing later.
@mprasil commented on GitHub (Jul 22, 2018):
@mannp there must be something wrong with your setup. I've successfully built
mprasil/bitwarden:betastraight out of repository. Are you sure you have clean, updated workspace checked out?@mannp commented on GitHub (Jul 22, 2018):
Its the first time I have had an issue, just pasting the dockerfile as is into bitbucket as is and creating an automated build from it on dockerhub.
My other builds work fine that way, so perhaps the patch is not pulled from the dockerfile and needs to be pulled locally first.
Its not an issue as I was just trying before your 'official' build came out, but it seems there are a few broken items with the new web-vault, so will wait until you have the time to further update.
@mprasil commented on GitHub (Jul 22, 2018):
Yeah this whole thing is to prepare for Vault 2 release. It hasn't even been released upstream, so there's no rush, but any help with testing it is welcome.
@dani-garcia commented on GitHub (Jul 22, 2018):
If you are copying only the Dockerfile it makes sense that it doesn't work. You also need to copy the docker folder (that should contain a .patch file)
@mannp commented on GitHub (Jul 22, 2018):
I'd presumed wrongly that the docker would pull in all necessary dependencies, including the patch itself rather than having to patch locally.
@mprasil commented on GitHub (Jul 24, 2018):
If anyone is interested, I've triggered another build with latest Vault code from master branch, should have couple new features and also translations. (btw, please do help translating in the upstream project) The image should be built in about an hour.
@mprasil commented on GitHub (Aug 9, 2018):
I've just pushed latest build of beta out and
mprasil/bitwarden:betais now ready to be tested. Maybe give it a spin, see if anything is broken since 2.0.0. If not I believe we've fixed all bugs we've found so far and this beta might be ready to be merged to master. What do you think @dani-garcia?(also upstream Vault seems to be stabilized a bit and many minor issues are fixed on their side)
@mannp commented on GitHub (Aug 9, 2018):
Did the 2FA issue get fixed before you merge to master by any chance?
V1 is working nicely here :)
@mprasil commented on GitHub (Aug 9, 2018):
Can you test with the latest beta image? Just to see if it wasn't some upstream bug. I don't think the 2fa code is different between V1 and V2, so that's definitely strange. Are you running the versions with exact same setup?
@mannp commented on GitHub (Aug 9, 2018):
I have used the exact same setup, the exact same ssl certs with one docker v1 and one v2.
V1 registers the Authenticator fine but v2 fails.
https://github.com/dani-garcia/bitwarden_rs/issues/105
@mprasil commented on GitHub (Aug 10, 2018):
Okay, so the #124 is outstanding for the V2.
@mprasil commented on GitHub (Aug 14, 2018):
Latest beta image is now built with the latest Vault v2 related fixes. We believe most of the bugs should be resolved. Please test
mprasil/bitwarden:betaif anyone is interested and if no blockers pop up, we might get @dani-garcia to merge this into master. 🎉@dani-garcia commented on GitHub (Aug 21, 2018):
The new web vault is live in the 1.0.0 release now. If there are any bugs, please open a new issue!