summaryrefslogtreecommitdiffstats
path: root/docs/credentials
diff options
context:
space:
mode:
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
-----------------------------------------