From 4b2ab8ffc588f6f7738ec8e10a9830ff44461a04 Mon Sep 17 00:00:00 2001 From: Sean Malloy Date: Fri, 8 Apr 2022 14:28:19 -0500 Subject: [PATCH] bluecat docs: JSON configuration file is not deprecated Based on feedback having both the configuration file and command line flags for the BlueCat provider will be used. Therefore update the documentaiton to reflect that the JSON configuration file for the BlueCat provider is not deprecated. --- docs/tutorials/bluecat.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/bluecat.md b/docs/tutorials/bluecat.md index 0645d0454..c5ee8788f 100644 --- a/docs/tutorials/bluecat.md +++ b/docs/tutorials/bluecat.md @@ -7,8 +7,9 @@ Install the BlueCat Gateway product and deploy the [community gateway workflows] ## Configuration Options -There are two ways to pass configuration options to the Bluecat Provider JSON configuration file and command line flags. The JSON configuration file option -is deprecated and will eventually be removed. +There are two ways to pass configuration options to the Bluecat Provider JSON configuration file and command line flags. Currently if a valid configuration file is used all +BlueCat provider configurations will be taken from the configuration file. If a configuraiton file is not provided or cannot be read then all BlueCat provider configurations will +be taken from the command line flags. In the future an enhancement will be made to merge configuration options from the configuration file and command line flags if both are provided. BlueCat provider supports getting the proxy URL from the environment variables. The format is the one specified by golang's [http.ProxyFromEnvironment](https://pkg.go.dev/net/http#ProxyFromEnvironment). @@ -71,7 +72,7 @@ kubectl apply -f ~/bluecat.yml -n bluecat-example ``` -### Using JSON Configuration file (DEPRECATED) +### Using JSON Configuration File The options for configuring the Bluecat Provider are available through the JSON file provided to External-DNS via the flag `--bluecat-config-file`. | Key | Required |