zowe / explorer-ui-server

Simple HTTPS web server, used by explorer UI plugins
Eclipse Public License 2.0
0 stars 2 forks source link

Bad parameter referencing in keyring_js.getPemEncodedData() function call #39

Closed vit-tomica closed 4 years ago

vit-tomica commented 4 years ago

https://github.com/zowe/explorer-ui-server/blob/60bc3fd655d062cf94c9a1a0c8376225d2f5a72d/src/config.js#L137 Use keyring_js.getPemEncodedData(config.https['keyring-owner'], config.https['keyring'], config.https['keyring-label']); instead of keyring_js.getPemEncodedData(config['keyring-owner'], config['keyring'], config['keyring-label']);