From 0e664c8c20e0dc80056871c4162242b5a4d254be Mon Sep 17 00:00:00 2001 From: "John E. Vincent" Date: Wed, 13 Jan 2016 07:48:50 -0500 Subject: [PATCH] making note of artifactory env vars that are supported --- website/source/docs/commands/remote-config.html.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/website/source/docs/commands/remote-config.html.markdown b/website/source/docs/commands/remote-config.html.markdown index 9d2ea25f2..ee0da4549 100644 --- a/website/source/docs/commands/remote-config.html.markdown +++ b/website/source/docs/commands/remote-config.html.markdown @@ -87,7 +87,12 @@ The following backends are supported: variables. Generic HTTP repositories are supported, and state from different configurations may be kept at different subpaths within the repository. The URL must include the path to the Artifactory installation - it will likely end in - `/artifactory`. + `/artifactory`. Alternately the following environment variables can be used in + place of hard-coded values: + * `ARTIFACTORY_USERNAME` + * `ARTIFACTORY_PASSWORD` + * `ARTIFACTORY_URL` (note that this is the base url to artifactory not the full repo and subpath) + * HTTP - Stores the state using a simple REST client. State will be fetched via GET, updated via POST, and purged with DELETE. Requires the `address` variable.