Ian Fijolek

Results 20 issues of Ian Fijolek

### Description Unable to receive a prompt for SSH Private Key passphrase ### Actual behavior When adding a private key to the configs, I get failures due to missing passphrase...

enhancement
good first issue

This was being run in cases where it wasn't required. It's been moved to the block that references the result.

This is implemented to be similar to `ansible-consul` and `ansible-vault`. In fact, it is based on copied configs from `ansible-consul`.

Fixes #82

* Removes python2 and points to python3 * Replaces AlertCautionIcon with AlertCautionBadgeIcon The icon isn't a great replacement, but it's the best of the bad options for now

It looks like the library determines that Version 4 is being used because we're using the non-numbered Alfred folder. This folder is apparently used for all new versions. Two possible...

So this report is partially to report a possibility of improving documentation as well as a bug in error messages. The documentation shows that you can template a variable as...

bug
nomad

The `Ping(...)` method was opinionated for the http provider. This refactor makes it a bit more agnostic allowing new providers to customize the funcatinality and renaming it `HealthCheck()` to be...

This will open up the ability to specify multiple sink destinations. This also makes it possible to add different types of providers, eg. `[sink.loki.main]`.

The event perparation is opinioned and suitable only for the HTTP Provider. Another provider that would use a different format (eg. Loki) would require deserializing the JSON back to `[]api.Event`...