From 6ff302b74021268a3c7213ae8ad8a66c175c665f Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 13 Nov 2024 07:40:41 -0800 Subject: [PATCH] docs: add Docker to provider authentication docs (#15494) Co-authored-by: Edward Angert --- .github/workflows/weekly-docs.yaml | 2 ++ .../extending-templates/provider-authentication.md | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/weekly-docs.yaml b/.github/workflows/weekly-docs.yaml index d66503e255..f55f344941 100644 --- a/.github/workflows/weekly-docs.yaml +++ b/.github/workflows/weekly-docs.yaml @@ -16,6 +16,8 @@ permissions: jobs: check-docs: runs-on: ubuntu-latest + permissions: + pull-requests: write # required to post PR review comments by the action steps: - name: Harden Runner uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 diff --git a/docs/admin/templates/extending-templates/provider-authentication.md b/docs/admin/templates/extending-templates/provider-authentication.md index 770aeb3179..c2fe824661 100644 --- a/docs/admin/templates/extending-templates/provider-authentication.md +++ b/docs/admin/templates/extending-templates/provider-authentication.md @@ -42,6 +42,16 @@ environments: - [Amazon Web Services](https://registry.terraform.io/providers/hashicorp/aws/latest/docs) - [Microsoft Azure](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs) - [Kubernetes](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs) +- [Docker](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs) + +## Use a remote Docker host for authentication + +There are two ways to use a remote Docker host for authentication: + +- Configure the Docker provider to use a + [remote host over SSH or TCP](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs#remote-hosts). +- Run an [external provisioner](../../provisioners.md) on the remote docker + host. Other providers might also support authenticated environments. Check the [documentation of the Terraform provider](https://registry.terraform.io/browse/providers)