From 128a130b841cce46557dcafe22eb07fac61199e6 Mon Sep 17 00:00:00 2001 From: Philip Douglass Date: Fri, 2 Dec 2022 14:23:28 -0500 Subject: [PATCH] Update documentation to include subkey injection --- docs/credentials/custom_credential_types.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/credentials/custom_credential_types.md b/docs/credentials/custom_credential_types.md index ed55847803..b1fba43372 100644 --- a/docs/credentials/custom_credential_types.md +++ b/docs/credentials/custom_credential_types.md @@ -172,7 +172,11 @@ of the [Jinja templating language](https://jinja.palletsprojects.com/en/2.10.x/) "THIRD_PARTY_CLOUD_API_TOKEN": "{{api_token}}" }, "extra_vars": { - "some_extra_var": "{{username}}:{{password}" + "some_extra_var": "{{username}}:{{password}}", + "auth": { + "username": "{{username}}", + "password": "{{password}}" + } } }