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 lsEnable or disable a configurable plugin:
docker pass plugins enable 1password-cli
docker pass plugins disable 1password-cliサブコマンド
| コマンド | 内容説明 |
|---|---|
docker pass plugins 1password | Manage the 1Password SDK plugin. |
docker pass plugins disable | Disable a secrets engine plugin. |
docker pass plugins enable | Enable a secrets engine plugin. |
docker pass plugins ls | List registered secrets engine plugins. |