mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-28 10:39:42 -05:00
provider/docker: authentication via values instead of files (#10151)
* Docker authentication via values * Rename parameters to ca_material, cert_material, and key_material. Add environment variables.
This commit is contained in:
parent
81b81caeed
commit
eb69b2ad34
1 changed files with 3 additions and 0 deletions
|
|
@ -57,6 +57,9 @@ The following arguments are supported:
|
|||
for connecting to the Docker host via TLS. If this is blank, the
|
||||
`DOCKER_CERT_PATH` will also be checked.
|
||||
|
||||
* `ca_material`, `cert_material`, `key_material`, - (Optional) Content of `ca.pem`, `cert.pem`, and `key.pem` files
|
||||
for TLS authentication. Cannot be used together with `cert_path`.
|
||||
|
||||
~> **NOTE on Certificates and `docker-machine`:** As per [Docker Remote API
|
||||
documentation](https://docs.docker.com/engine/reference/api/docker_remote_api/),
|
||||
in any docker-machine environment, the Docker daemon uses an encrypted TCP
|
||||
|
|
|
|||
Loading…
Reference in a new issue