(cb)
| 25 | } = require('../../../lib/management/index'); |
| 26 | |
| 27 | function initManagementCredentialsMock(cb) { |
| 28 | return metadata.putObjectMD(managementDatabaseName, |
| 29 | tokenConfigurationKey, { privateKey }, {}, |
| 30 | log, error => cb(error)); |
| 31 | } |
| 32 | |
| 33 | function getConfig() { |
| 34 | return config; |