diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-04-16 20:06:50 +0200 |
---|---|---|
committer | vrvarma <vikas.varma@att.com> | 2020-04-17 15:36:27 -0400 |
commit | 1cddd1d4b1dcc6bb13eb6c4ab79a2e831c9d77dd (patch) | |
tree | b0e2c50d4e36039b400585ffeb5f8de71e1c37e8 /kubernetes/oof/charts/oof-has/resources/config/conductor.conf | |
parent | 59d47c348433befc4b599bdeec918583011a047b (diff) |
Update oom with the latest release version for OOF
Fixing the configuration based on comments
Updating osdf common_config.yaml
Separating cmso configuration to a new review
Creating secrets app_key and add substution routine
Fix a typo in has-xx deployment.yaml files
Adding secret.yaml files for all has deployments
Fixing certificates for oof
Helm chart cleanup and unification.
Fixing pdx url and mount path
Unsetting appkey and removing secrets
Change-Id: I6fbdbd7532c73dffeb9fac65d50d3900c85cd87a
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-720
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Diffstat (limited to 'kubernetes/oof/charts/oof-has/resources/config/conductor.conf')
-rwxr-xr-x | kubernetes/oof/charts/oof-has/resources/config/conductor.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/oof/charts/oof-has/resources/config/conductor.conf b/kubernetes/oof/charts/oof-has/resources/config/conductor.conf index fd87adc4b4..c3d9307836 100755 --- a/kubernetes/oof/charts/oof-has/resources/config/conductor.conf +++ b/kubernetes/oof/charts/oof-has/resources/config/conductor.conf @@ -147,6 +147,8 @@ log_config_append = /usr/local/bin/log.conf # Enables or disables fatal status of deprecations. (boolean value) #fatal_deprecations = false +[auth] +appkey = "" [aaf_api] |