Skip to content

Release v1.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Sep 00:00
Immutable release. Only release title and notes can be modified.
e9106ea

What's Changed

📦 Tidy up

  • Fixed docker CMD
  • Fix: workflow does not contain permissions

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 \
  --disable

linux/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 \
  --disable

After 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.1