107
107
if ('api_auth_name' in config) and ('api_auth_secret' in config):
109
110
'name': config['api_auth_name'],
110
111
'secret': config['api_auth_secret'],
114
115
api_out['auth'] = config['api_auth']
116
117
# Merge the following options into the machine section