-
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
[PM-12606] Move Vault Timeout and Vault Timeout Settings to Key Management #12517
base: km/pm-11528/move-lock-to-km
Are you sure you want to change the base?
[PM-12606] Move Vault Timeout and Vault Timeout Settings to Key Management #12517
Conversation
New Issues
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DS file looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(I did not comment on all instances) We have a few relative imports left over, unless I'm missing the reason for having them can we clean them up?
libs/auth/src/common/services/login-strategies/login-strategy.service.ts
Outdated
Show resolved
Hide resolved
libs/common/src/auth/services/user-verification/user-verification.service.spec.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work on cleaning up the relative imports, looks like there is still some build errors, so revoking the mistaken approval.
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-12606
📔 Objective
Move Vault Timeout and Vault Timeout Settings to Key Management. Tested web, extension, desktop, and CLI.
This is mostly pure moves, only real change was exporting
VaultTimeoutService
asDefaultVaultTimeoutService
andVaultTimeoutSettingsService
asDefaultVaultTimeoutSettingsService
. This meant renaming in consuming files.Upstream PR is waiting for QA and should be stable.
📸 Screenshots
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes