From 403a74ea2f3d402bc5e8476edb086650105356a9 Mon Sep 17 00:00:00 2001 From: Chris Grindstaff Date: Thu, 20 Jul 2023 14:47:07 -0400 Subject: [PATCH] doc: give authentication precedence its own section --- docs/configure-harvest-basic.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configure-harvest-basic.md b/docs/configure-harvest-basic.md index e8159b21c..3eaa693d4 100644 --- a/docs/configure-harvest-basic.md +++ b/docs/configure-harvest-basic.md @@ -147,6 +147,8 @@ of the following parameters. | `credentials_file` | Relative or absolute path to a yaml file that contains cluster credentials | | [link](#credentials-file) | | `credentials_script` | External script Harvest executes to retrieve credentials | | [link](#credentials-script) | +## Precedence + When multiple authentication parameters are defined at the same time, Harvest tries each method listed below, in the following order, to resolve authentication requests. The first method that returns a non-empty password stops the search.