Skip to content
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

Add a route to ensure the vault is initialized #4285

Merged
merged 1 commit into from
Jan 9, 2024
Merged

Add a route to ensure the vault is initialized #4285

merged 1 commit into from
Jan 9, 2024

Conversation

nono
Copy link
Member

@nono nono commented Jan 8, 2024

No description provided.

@nono nono requested a review from Ldoppea January 8, 2024 15:19
@nono nono requested a review from a team as a code owner January 8, 2024 15:19
@nono nono merged commit 06ac81a into master Jan 9, 2024
6 checks passed
@nono nono deleted the init-vault branch January 9, 2024 08:25
Ldoppea added a commit to cozy/cozy-pass-web that referenced this pull request Jan 23, 2024
In a previous commit we changed the bitwarden client's type from
`webapp` to `web`

This had a side effect on onboarding that would not trigger migration
from konnectors accounts to ciphers as this is prevented on `web`
clients (because cozy-keys-lib is also flagged as a `web` client)

This is a requirement for setting `extension_installed` flag to `true`

The result was the onboarding screen to be always displayed when
accessing cozy-pass-web

To fix this, the cozy-stack now has a new entry point `/settings/vault`
that allows to enforce the migration from cozy-pass-web even if its
client is a `web` one

Related PR: #109
Related PR: cozy/cozy-stack#4285
Related PR: cozy/cozy-stack#4303
Ldoppea added a commit to cozy/cozy-pass-web that referenced this pull request Jan 23, 2024
In a previous commit we changed the bitwarden client's type from
`webapp` to `web`

This had a side effect on onboarding that would not trigger migration
from konnectors accounts to ciphers as this is prevented on `web`
clients (because cozy-keys-lib is also flagged as a `web` client)

This is a requirement for setting `extension_installed` flag to `true`

The result was the onboarding screen to be always displayed when
accessing cozy-pass-web

To fix this, the cozy-stack now has a new entry point `/settings/vault`
that allows to enforce the migration from cozy-pass-web even if its
client is a `web` one

We want to call this endpoint at the end of onboarding

Related PR: #109
Related PR: cozy/cozy-stack#4285
Related PR: cozy/cozy-stack#4303
Ldoppea added a commit to cozy/cozy-pass-web that referenced this pull request Feb 5, 2024
In a previous commit we changed the bitwarden client's type from
`webapp` to `web`

This had a side effect on onboarding that would not trigger migration
from konnectors accounts to ciphers as this is prevented on `web`
clients (because cozy-keys-lib is also flagged as a `web` client)

This is a requirement for setting `extension_installed` flag to `true`

The result was the onboarding screen to be always displayed when
accessing cozy-pass-web

To fix this, the cozy-stack now has a new entry point `/settings/vault`
that allows to enforce the migration from cozy-pass-web even if its
client is a `web` one

We want to call this endpoint at the end of onboarding

Related PR: #109
Related PR: cozy/cozy-stack#4285
Related PR: cozy/cozy-stack#4303
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants