summaryrefslogtreecommitdiffstats
path: root/conductor/conductor/common/sms.py
diff options
context:
space:
mode:
Diffstat (limited to 'conductor/conductor/common/sms.py')
-rw-r--r--conductor/conductor/common/sms.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/conductor/conductor/common/sms.py b/conductor/conductor/common/sms.py
index c5eee3a..6e21392 100644
--- a/conductor/conductor/common/sms.py
+++ b/conductor/conductor/common/sms.py
@@ -111,6 +111,9 @@ def load_secrets():
config.set_override('aafns', secret_dict['music_api']['aafns'], 'music_api')
config.set_override('username', secret_dict['sdnc']['username'], 'sdnc')
config.set_override('password', secret_dict['sdnc']['password'], 'sdnc')
+ config.set_override('username', secret_dict['aaf_api']['username'], 'aaf_api')
+ config.set_override('password', secret_dict['aaf_api']['password'], 'aaf_api')
+ config.set_override('aaf_conductor_user', secret_dict['aaf_api']['aaf_conductor_user'], 'aaf_api')
def delete_secrets():