From 69d5fbb7b4bbf234f38542bca6134f167b929aa8 Mon Sep 17 00:00:00 2001 From: Dileep Ranganathan Date: Sat, 15 Sep 2018 11:05:19 -0700 Subject: Secret Management Service feature Added supporting library required for enabling SMS integration. Added Unit tests and manual tests for store/retrieve/delete secrets. Updated conductor.conf with aaf_sms group. Added preload_secrets config for testing. Integration with application NOT Done in this patch. Change-Id: Idf7e4249a88a39c586d893226a9110e9d5180787 Issue-ID: OPTFRA-345 Signed-off-by: Dileep Ranganathan --- preload_secrets.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 preload_secrets.yaml (limited to 'preload_secrets.yaml') diff --git a/preload_secrets.yaml b/preload_secrets.yaml new file mode 100755 index 0000000..65a814a --- /dev/null +++ b/preload_secrets.yaml @@ -0,0 +1,21 @@ +# DO NOT USE THIS IN PRODUCTION +# USED ONLY FOR TESTING +--- +domain: has +secrets: +- name: aai + values: + UserName: OOF + Password: OOF +- name: conductor_api + values: + UserName: admin1 + Password: plan.15 +- name: sdnc + values: + UserName: admin + Password: sdnc.15 +- name: music_api + values: + UserName: conductor + Password: c0nduct0r -- cgit 1.2.3-korg