IBM / lmctl

Cloud Pak for Network Automation (CP4NA) (previously ALM/TNCO) command line tool
Apache License 2.0
4 stars 19 forks source link

Remove private rsa key from lmctl for netconf driver #143

Closed rkumar8j closed 2 years ago

rkumar8j commented 2 years ago

brent provides rsa key feature to driver so removing private rsa key from lmctl for netconf driver as it is not required to keep inside driver's implementation.

dvaccarosenna commented 2 years ago

@rkumar8j please don't refer to internal issues here, it's not useful for those without internal access.

Also, I can't see an explanation (even internally) for needing to remove the rsa key? Isn't it just an example key used when generating a new project?

rkumar8j commented 2 years ago

@dvaccarosenna : Initially we had kept the keys as part of resource package inside the keys folder for netconf but after using Brent infrastructure keys, we don't require these keys to be part of resource package. So we need to remove these references from lmctl for netconf driver.