--
You received this message because you are subscribed to the Google Groups "go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email to go-cd+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "go-cd" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/go-cd/la2lmt7C07U/unsubscribe.
To unsubscribe from this group and all its topics, send an email to go-cd+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to go-cd+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "go-cd" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/go-cd/la2lmt7C07U/unsubscribe.
To unsubscribe from this group and all its topics, send an email to go-cd+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email to go-cd+un...@googlegroups.com.
Hi Aravind,I'm still having issues using the Vagrant box, and getting it set up with 17.7. When I try to create a pipeline (before adding the authorization plugin), I get a CSRF error.
If I add the authorization plugin, I can never get past the login screen (similar to https://groups.google.com/forum/m/#!topic/go-cd/Qe_tEdgQhTg). I'm curious if there's any obvious environment issues between us, as the Vagrant box should give us the same environment :/ Alternatively, could the gocd demo Vagrant box get updated to the latest version of GoCD, so I can use that as a base instead of rolling my own?
ubuntu@ubuntu-xenial:~$ ps aux | grep go
go 1323 0.0 0.1 47296 4656 ? Ss 10:54 0:00 /lib/systemd/systemd --user
go 1327 0.0 0.0 63476 2124 ? S 10:54 0:00 (sd-pam)
go 1367 71.4 22.2 3735732 899732 ? Sl 10:54 0:45 java -server -Djava.security.egd=file:/dev/./urandom -Xms512m -Xmx1024m -XX:MaxMetaspaceSize=256m -Duser.language=en -Djruby.rack.request.size.threshold.bytes=30000000 -Duser.country=US -Dcruise.config.dir=/etc/go -Dcruise.config.file=/etc/go/cruise-config.xml -Dcruise.server.port=8153 -Dcruise.server.ssl.port=8154 -jar /usr/share/go-server/go.jar
go 1371 4.0 2.4 3440364 99820 ? Sl 10:54 0:02 java -jar /usr/share/go-agent/agent-bootstrapper.jar -serverUrl https://127.0.0.1:8154/go
go 1803 187 4.3 2449576 177712 ? Sl 10:55 0:01 /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Dcruise.console.publish.interval=10 -Xms128m -Xmx256m -Djava.security.egd=file:/dev/./urandom -Dagent.plugins.md5=d972231b5a553fbf14f0939342257a59 -Dagent.binary.md5=PubINBE6cd1wLkXj8BvEcQ== -Dagent.launcher.md5=xt6jpMOq1AbvCqRWkaamCQ== -Dagent.tfs.md5=64stwdXndt019D6QtoWa6Q== -jar agent.jar -serverUrl https://127.0.0.1:8154/go -sslVerificationMode NONE
--
You received this message because you are subscribed to a topic in the Google Groups "go-cd" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/go-cd/la2lmt7C07U/unsubscribe.
To unsubscribe from this group and all its topics, send an email to go-cd+unsubscribe@googlegroups.com.
I'm not running the server on localhost, but on a Vagrant box, and then using the port forwarding feature, I'm unsure if that'll matter?
Hi Aravind,It's the Vagrant box in this repo: https://github.com/cnorthwood/gocd-tls-authYou should just be able to vagrant up, and then hit http://localhost:8153 which is mapped through to the VM. I used the old gocd-demo Vagrantfile for the config, but on top of Ubuntu Xenial to get Java 8 (there's some additional stuff in there to get an Apache doing TLS client certificate auth to support the dev of my plugin, but using port 8153 should bypass all that).Chris
--
--
You received this message because you are subscribed to the Google Groups "go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email to go-cd+unsubscribe@googlegroups.com.