-
Install CNTLM in a folder where you have full rights to run it as administrator.
-
Open
cntlm.iniand fill it :
Username YOUR_USERNAME
Domain YOUR_DOMAIN
| 2023-02-09T22:58:39.514+1100 [DEBUG] Building and walking validate graph | |
| 2023-02-09T22:58:39.514+1100 [DEBUG] ProviderTransformer: "data.vault_generic_secret.token" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/vault"] | |
| 2023-02-09T22:58:39.515+1100 [DEBUG] created provider logger: level=debug | |
| 2023-02-09T22:58:39.515+1100 [INFO] provider: configuring client automatic mTLS | |
| 2023-02-09T22:58:39.536+1100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/vault/3.12.0/linux_amd64/terraform-provider-vault_v3.12.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/vault/3.12.0/linux_amd64/terraform-provider-vault_v3.12.0_x5] | |
| 2023-02-09T22:58:39.537+1100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/vault/3.12.0/linux_amd64/terraform-provider-vault_v3.12.0_x5 pid=20347 | |
| 2023-02-09T22:58:39.537+1100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terrafor |
Install CNTLM in a folder where you have full rights to run it as administrator.
Open cntlm.ini and fill it :
Username YOUR_USERNAME
Domain YOUR_DOMAIN
| #!/usr/bin/env bash | |
| # script: watch | |
| # author: Mike Smullin <mike@smullindesign.com> | |
| # license: GPLv3 | |
| # description: | |
| # watches the given path for changes | |
| # and executes a given command when changes occur | |
| # usage: | |
| # watch <path> <cmd...> | |
| # |