Brett Lykins
Brett Lykins
Today, there is only one device available in the transcripts, and there is no ability to select a different device. We need to decide how to start implementing support for...
Goreleaser does an awesome job taking a tag in Master and creating a release with artifacts. We need to look at also using it to generate the Docker containers and...
@tbotnz This was talked about briefly in #cisshgo channel on networktocode.slack.com some time ago, but that is now lost to the ages and short scrollback of free slack. We need...
Today in payload, we ask for `device_type` however in Netmiko, this is a `platform`. See `netmiko.platforms` for example. Need to modify the payload parameter to `platform`, but as this is...
Need to create initial set of documentation for starting/running the API. This would include updated Readme and Contributing docs, as well as setting up a Swagger based API doc.
Currently, for every front end API call a user makes, we instantiate a new backend Netmiko connection. There needs to be a way to pipeline multiple requests by the same...
There is currently a rudimentary authentication failure lockout mechanism for a single user, however this does not catch the instance where different usernames are spamming the same device. We need...
Today there is no way to customize the backup command, need to add ability via Nornir Inventory and maybe the CLI Arguments to override a backup command.
Today if `proxies` is passed to the default task, it will fail as it's not expected.