-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
feat: yubico and duo as secretkeys #114
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Lester Guerzon <[email protected]>
guerzon
force-pushed
the
feature/yubico-duo-as-secretkeys
branch
from
September 1, 2024 04:50
eeac4a2
to
70718ea
Compare
Signed-off-by: Lester Guerzon <[email protected]>
Signed-off-by: Lester Guerzon <[email protected]>
guerzon
changed the title
WIP: feat: yubico and duo as secretkeys
feat: yubico and duo as secretkeys
Sep 1, 2024
Signed-off-by: Lester Guerzon <[email protected]>
Signed-off-by: Lester Guerzon <[email protected]>
dc-tec
referenced
this pull request
in dc-tec/k8s-gitops
Sep 12, 2024
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vaultwarden](https://redirect.github.com/guerzon/vaultwarden) | HelmChart | minor | `0.25.2` -> `0.29.0` | --- ### Release Notes <details> <summary>guerzon/vaultwarden (vaultwarden)</summary> ### [`v0.29.0`](https://redirect.github.com/guerzon/vaultwarden/releases/tag/v0.29.0) [Compare Source](https://redirect.github.com/guerzon/vaultwarden/compare/v0.28.0...v0.29.0) vaultwarden is an unofficial Bitwarden-compatible server written in Rust #### What's Changed - feat: imagePullSecrets support by [@​guerzon](https://redirect.github.com/guerzon) in [https://github.com/guerzon/vaultwarden/pull/119](https://redirect.github.com/guerzon/vaultwarden/pull/119) **Full Changelog**: guerzon/vaultwarden@v0.28.0...v0.29.0 ### [`v0.28.0`](https://redirect.github.com/guerzon/vaultwarden/releases/tag/v0.28.0) [Compare Source](https://redirect.github.com/guerzon/vaultwarden/compare/v0.27.0...v0.28.0) vaultwarden is an unofficial Bitwarden-compatible server written in Rust #### What's Changed - feat: make enableServiceLinks configurable by [@​guerzon](https://redirect.github.com/guerzon) in [https://github.com/guerzon/vaultwarden/pull/118](https://redirect.github.com/guerzon/vaultwarden/pull/118) **Full Changelog**: guerzon/vaultwarden@v0.27.0...v0.28.0 ### [`v0.27.0`](https://redirect.github.com/guerzon/vaultwarden/releases/tag/v0.27.0) [Compare Source](https://redirect.github.com/guerzon/vaultwarden/compare/v0.26.0...v0.27.0) vaultwarden is an unofficial Bitwarden-compatible server written in Rust #### What's Changed - update application to 1.32.0 by [@​guerzon](https://redirect.github.com/guerzon) in [https://github.com/guerzon/vaultwarden/pull/116](https://redirect.github.com/guerzon/vaultwarden/pull/116) **Full Changelog**: guerzon/vaultwarden@v0.26.0...v0.27.0 ### [`v0.26.0`](https://redirect.github.com/guerzon/vaultwarden/releases/tag/v0.26.0) [Compare Source](https://redirect.github.com/guerzon/vaultwarden/compare/v0.25.2...v0.26.0) vaultwarden is an unofficial Bitwarden-compatible server written in Rust #### What's Changed - feat: yubico and duo as secretkeys by [@​guerzon](https://redirect.github.com/guerzon) in [https://github.com/guerzon/vaultwarden/pull/114](https://redirect.github.com/guerzon/vaultwarden/pull/114) **Full Changelog**: guerzon/vaultwarden@v0.25.2...v0.26.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC42Ny40IiwidXBkYXRlZEluVmVyIjoiMzguNzYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=--> Co-authored-by: Renovate Bot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This fixes #96.