1Password integration
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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