summaryrefslogtreecommitdiffstats
path: root/docs/credentials
diff options
context:
space:
mode:
authorAlan Rominger <arominge@redhat.com>2021-04-28 20:00:05 +0200
committerAlan Rominger <arominge@redhat.com>2021-04-28 20:00:05 +0200
commitee68dd00aa83397caf1fa9818eecacbc53e01f46 (patch)
treef9c29c6e5484d2813e253d16d5dffe02a15649e7 /docs/credentials
parentMerge pull request #10035 from sean-m-sullivan/survey_idempotent (diff)
downloadawx-ee68dd00aa83397caf1fa9818eecacbc53e01f46.tar.xz
awx-ee68dd00aa83397caf1fa9818eecacbc53e01f46.zip
Remove inventory-related docs which are outdated or wrong
Diffstat (limited to 'docs/credentials')
-rw-r--r--docs/credentials/custom_credential_types.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/credentials/custom_credential_types.md b/docs/credentials/custom_credential_types.md
index 630db24b30..ed55847803 100644
--- a/docs/credentials/custom_credential_types.md
+++ b/docs/credentials/custom_credential_types.md
@@ -40,10 +40,10 @@ Important Changes
``ask_credential_on_launch = true``, ``JobTemplate.credentials`` can be
specified in the launch payload.
-* Custom inventory sources can now utilize a ``Credential``; you
+* SCM inventory sources can utilize a ``Credential``; you
can store third-party credentials encrypted within Tower and use their
- values from within your custom inventory script (by - for example - reading
- an environment variable or a file's contents).
+ values in the Ansible inventory loading context (by - for example -
+ an inventory script reading an environment variable or a file's contents).
API Interaction for Credential Management
-----------------------------------------