Michael Joseph Walsh
Michael Joseph Walsh
If this is a bug I'd be curious to hear what was the problem.
if I clone `go build` after `go get` dependencies it builds. `go test` fails w/ ``` 2017/02/17 02:11:33 localhost: commands: whoami 2017/02/17 02:11:36 localhost: outputs: 2017/02/17 02:11:36 drone-ssh error: ssh:...
Just getting back to this...
So ``` $ docker run --rm \ → -e PLUGIN_HOST=192.168.1.100 \ → -e PLUGIN_USER=drone-scp \ → -e PLUGIN_KEY="$(cat ${HOME}/.ssh/id_rsa)" \ → -e PLUGIN_SCRIPT="whoami" \ → -v $(pwd):$(pwd) \ → -w...
Not yet... working from top to bottom... ``` drone secret add --skip-verify --event pull_request Ephemeral/nodejs-helloworld SSH_KEY @/home/nemonik/.ssh/ephemeral ``` blows up like before using: ``` deploy: pull: true image: appleboy/drone-ssh host:...
For `drone/drone:0.5` and drone CLI version 0.5.0+dev, it is stil a great big fail whale. Okay. Every step: ``` ➜ nodejs-helloworld git:(master) ssh-keygen -t rsa Generating public/private rsa key pair....
Am I missing something like fundamentally stupid?
I think not documenting the need to set OAUTH2_GENERIC_NAME maybe the problem. ``` - name: OAUTH2_GENERIC_NAME value: Keycloak ```
And you have to configure at least for me... as per Keycloak's Client Scopes. ``` - name: OAUTH2_GENERIC_USER_UID value: "preferred_username" - name: OAUTH2_GENERIC_USER_NAME value: "name" - name: OAUTH2_GENERIC_USER_EMAIL value: "email"...