Even Holthe

Results 11 issues of Even Holthe

In order to be a good [twelve-factor app](https://12factor.net/) we should support configuration via environment variables as opposed to a configuration file. This was raised in #29 and needs further investigation...

enhancement
hacktoberfest

Currently insecure communication (no TLS) is used between the client and the server. This is bad a security related application :trollface: A suggested fix would be to: 1. Extend server...

security

Clients should identify themselves to the server.

security

We should not spam the server retrying failed requests for certificates. This should be implemented by adding support for some kind of backoff policy scheme in `client/queue.go`

enhancement

First of all, thanks for a great tool. I use it regularly and have thought about contributing multiple times. However, the project seems pretty dead after the acquisition of Wercker...

- If the issue is to do with Azure CLI 2.0 in-particular, create an issue here at [Azure/azure-cli](https://github.com/Azure/azure-cli/issues) ### Extension name (the extension in question) `az ssh` ### Description of...

Service Attention
VM SSH

This lets the user control when the scheduler should be stopped. By default it stops the scheduler when Spring issues the ContextClosedEvent. ## Fixes #423 ## Reminders - [x] Added/ran...

1.19 triggers vulnerability scanners.

I noticed that the default version was out of date, hence this PR.

It would be very convenient to have the option to create merged bundles, like the functionality implemented by [bnd-platform](https://github.com/stempler/bnd-platform#merged-bundles). I can't see it supported by p2-maven-plugin, but I might have...