bendem
bendem
**Description** Currently, the only way to use git over SSH to build from a private repository is to use an URL of the form `git@server`. `git://` uses the raw git...
Currently, it is possible to build an image from a git repository by prefixing the context argument with `git://` or postfixing with `.git`. Sadly, this uses the raw git protocol...
I have the file ```xml ``` I have to remove the `` tag, before opening the file, otherwise I get ``` Aug 19, 2019 5:14:43 PM com.oracle.javafx.scenebuilder.app.SceneBuilderApp$SceneBuilderUncaughtExceptionHandler uncaughtException SEVERE: An...
Fixes #162
Hi all, I'm trying to follow [this article](https://medium.com/@pscheit/use-an-ssh-agent-in-wsl-with-your-ssh-setup-in-windows-10-41756755993e) to forward msys2's ssh-agent request to the "native" windows openssh agent using this command: ```sh socat UNIX-LISTEN:/tmp/ssh-agent-pipe EXEC:"npiperelay.exe -ep -v -s //./pipe/openssh-ssh-agent"...
Fixes #1003
I saw that mRemoteNG supports vault connector for a single secret server. Most applications nowadays provide a more generic protocol allowing users to write tooling decoupled from the application, opening...
https://github.com/hvac/hvac/blob/7b94991e7c370756f1b2e4a7a4ffc602aea958ec/hvac/v1/__init__.py#L313-L317
This is related to #45, but I'd like to override the whole file. We have specific templates depending on which mail server we use and exposing the config keys one...