Dokploy / Dokploy/dokploy

1Password integration

Open
#1,192 9 comments 8 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
37.4k
Forks
3k
Avg merge
1d 3h
Merged PRs (30d)
73

Description

What problem will this feature address?

Would be really cool if we could setup a 1Password integration with a token so that in environment variable we could use something like

AWS_ACCESS_KEY_ID="op://development/aws/Access Keys/access_key_id"
AWS_SECRET_ACCESS_KEY="op://development/aws/Access Keys/secret_access_key"

and have them automatically converted using op run

(see https://developer.1password.com/docs/cli/secrets-environment-variables/)

Describe the solution you'd like

Integrating 1Password

Describe alternatives you've considered

Not sure how to do it otherwise?

Additional context

No response

Will you send a PR to implement it?

Maybe, need help

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no repository files, tests, or entry point; start by tracing how Dokploy currently constructs deployment environment variables and where a secrets integration could be invoked. Read the 1Password CLI op run documentation linked in the issue, then define the supported configuration and verify that referenced secrets are resolved before deployment.

Written by the indexing model from the issue text.

Assessment

Domain
devops
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.