Share feedback
Answers are generated based on the documentation.

docker pass plugins

内容説明Manage secrets engine plugins.
利用方法docker pass plugins

試験的

このコマンドは試験的なものです。

試験的機能はテスト向けに意図されたものであり、その機能に関してのフィードバックを得る目的があります。 この機能はリリース時に予告なく変更される場合があり、また今後のリリースに向けて削除されることがあります。

内容説明

Manage the plugins that the secrets engine uses to resolve secret references.

Each plugin declares its scope through a pattern, and the engine routes every lookup to the plugins whose pattern matches the requested identifier. A plugin registered with ** receives every request, while a plugin scoped to docker/auth/** only serves Docker auth lookups.

Use the subcommands to inspect which plugins are registered and their current status, to enable or disable configurable plugins at runtime, and to set up or tear down plugin-specific credentials (such as the 1Password service account token).

利用例

List all registered plugins and their status:

docker pass plugins ls

Enable or disable a configurable plugin:

docker pass plugins enable 1password-cli
docker pass plugins disable 1password-cli

サブコマンド

コマンド内容説明
docker pass plugins 1passwordManage the 1Password SDK plugin.
docker pass plugins disableDisable a secrets engine plugin.
docker pass plugins enableEnable a secrets engine plugin.
docker pass plugins lsList registered secrets engine plugins.