OctopusDeploy / Library

| Public | A repository of step templates and other community-contributed extensions to Octopus Deploy
Other
171 stars 504 forks source link

Add 1Password Connect Secret Retrieval Step Template #1571

Closed edlyn-liew closed 2 weeks ago

edlyn-liew commented 3 weeks ago

[sc-96529]

Step template guidelines

Before submitting your PR, please delete everything above the line below.


Background

This PR exists to introduce a new 1Password Connect step template in Octopus Deploy, designed to streamline and automate the retrieval of secrets directly from the 1Password vault. This template enables integration, allowing secrets to be fetched from vaults and passed as parameters to subsequent steps in the Octopus Deploy process. This enhancement reduces manual intervention during password rotations, and ensures that secrets are always up-to-date in deployment workflows.

Results

Before

After

image

Pre-requisites

Fixes # . If there is an open issue that this PR fixes add it here, otherwise just remove this line

github-actions[bot] commented 3 weeks ago

Start Hyponome locally

docker pull ghcr.io/hnrkndrssn/hyponome:main
docker run --rm -p 8000:8080 -it ghcr.io/hnrkndrssn/hyponome:main

Review in Hyponome