feat: Simple 1Password integration#1118
Open
GooRoo wants to merge 6 commits into
Open
Conversation
Author
|
Should I resolve the conflicts or close the PR? |
I am interested in this feature, and keen to see it merged into main branch 👍 |
# Conflicts: # src/lib/server/stacks.ts # Conflicts: # drizzle-pg/meta/_journal.json # drizzle/meta/0007_snapshot.json # drizzle/meta/_journal.json # src/lib/server/db/drizzle.ts # src/lib/stores/auth.ts # src/routes/settings/+page.svelte
…but only when a 1Password service account is bound to a stack.
GooRoo
force-pushed
the
feature/onepassword
branch
from
July 11, 2026 22:07
aef4735 to
c11b0d0
Compare
Author
|
Rebased onto the current |
Author
|
Hey @jotka, is there any chance to get this merged? Are there any obstacles I can address? |
This file contains hidden or 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
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.
Proposed change
This PR adds an integration with 1Password for homelab enthusiasts like myself. It does not support 1Password Connect Servers for business users.
Users now have an ability to add 1Password service accounts in their settings:

It's possible to bind a service account to a stack:

op://-reference as its value (will be replaced with a real secret upon deployment).Results
Works with git stacks and
.envfiles too! (Although I haven't tested it much with Hawser yet, it looks like it should work as well).I tried to keep this feature as non-intrusive as possible.
Closes #1029.
Type of change