Releases: clementmouchet/op-connect-secret-driver
Releases · clementmouchet/op-connect-secret-driver
Release v1.0.1
Immutable
release. Only release title and notes can be modified.
What's Changed
📦 Tidy up
Installation
You can install the plugin directly from Docker Hub with the following command:
Choose the version based on your platform:
linux/amd64
docker plugin install clementmouchet/op-connect-secret-driver:v1.0.1-linux-amd64 \
--grant-all-permissions \
--alias op-connect-secret-driver:v1.0.1 \
--disablelinux/arm64
docker plugin install clementmouchet/op-connect-secret-driver:v1.0.1-linux-arm64 \
--grant-all-permissions \
--alias op-connect-secret-driver:v1.0.1 \
--disableAfter installation, set the environment variables and enable the plugin:
docker plugin set op-connect-secret-driver:v1.0.1 OP_CONNECT_HOST="$OP_CONNECT_HOST"
docker plugin set op-connect-secret-driver:v1.0.1 OP_CONNECT_TOKEN="$OP_CONNECT_TOKEN"
docker plugin enable op-connect-secret-driver:v1.0.1Release v1.0.0
Immutable
release. Only release title and notes can be modified.
It's all new
Initial release of the plugin.
- Support for configurations via label:
vault+item+fieldor justrefusing a 1Password secret reference, see README - Builds for
linux/amd64andlinux/arm64
Installation
You can install the plugin directly from Docker Hub with the following command:
Choose the version based on your platform:
For linux/amd64
docker plugin install clementmouchet/op-connect-secret-driver:v1.0.0-linux-amd64 \
--grant-all-permissions \
--alias op-connect-secret-driver:v1.0.0 \
--disableFor linux/arm64
docker plugin install clementmouchet/op-connect-secret-driver:v1.0.0-linux-arm64 \
--grant-all-permissions \
--alias op-connect-secret-driver:v1.0.0 \
--disableAfter installation, set the environment variables and enable the plugin:
docker plugin set op-connect-secret-driver:v1.0.0 OP_CONNECT_HOST="$OP_CONNECT_HOST"
docker plugin set op-connect-secret-driver:v1.0.0 OP_CONNECT_TOKEN="$OP_CONNECT_TOKEN"
docker plugin enable op-connect-secret-driver:v1.0.0