diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2019-10-24 16:20:39 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2019-10-24 16:21:05 -0500 |
commit | 99bbee2c37e165181e7fc175c68adf966280d799 (patch) | |
tree | 8568a3da0e5759da2d9f6217513d354ab03a6025 /config/drools | |
parent | 41b8186b7300c1f2637546340c614118ed1aa9a1 (diff) |
Symmetric Key configuration
Issue-ID: POLICY-1945
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I10885a2eba9a13a454f4ba9922aaf16054b6b015
Diffstat (limited to 'config/drools')
-rw-r--r-- | config/drools/base.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/drools/base.conf b/config/drools/base.conf index b4da9b6c..064ba63f 100644 --- a/config/drools/base.conf +++ b/config/drools/base.conf @@ -73,6 +73,10 @@ POLICY_PDP_PAP_TOPIC=POLICY-PDP-PAP POLICY_PDP_PAP_API_KEY= POLICY_PDP_PAP_API_SECRET= +# Symmetric Key for encoded sensitive data + +SYMM_KEY= + # PAP PAP_HOST=pap |