Brett Lykins

Results 15 issues of 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...

question

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...

enhancement
meta

@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...

documentation
question
meta

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...

enhancement
good first issue

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.

documentation

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...

enhancement

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...

enhancement
security

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.

enhancement

Today if `proxies` is passed to the default task, it will fail as it's not expected.

bug

Fix stacktrace of keyError if no backups succeed.

bug