Re: [cas-user] 6.2.x Gradle Compilation

2020-01-31 Thread Tom Healey
Thanks Ray! On Fri, Jan 31, 2020 at 2:41 PM Ray Bon wrote: > Tom, > > There is David Curry's build log, > https://dacurry-tns.github.io/deploying-apereo-cas/introduction_overview.html > . > And this on the overlay, > https://apereo.github.io/2018/11/16/cas60-gettingstarted-overlay/ > > Ray > > O

Re: [cas-user] cas 6.1 RC4 and cas-management 6.1 RC4 coexistence with git service registry

2020-01-31 Thread Travis Schmidt
Try adding the module cas-server-support-git-service-registry to your overlay for cas-mgmt if it is not already there. On Fri, Jan 31, 2020 at 11:33 AM Nathan Lewan wrote: > first off, thanks for responding so quickly! > > I added this to management.properties first: > cas.serviceRegistry.git.cl

Re: [cas-user] Re: CAS 6 - Dockerized Deployments on two VMs with ticket registry

2020-01-31 Thread Ray Bon
Maksim, Hazelcast is distributed but not replicated. Thus, when a server goes down, the tickets on that server are lost. You have to relogin only if your ticket was on that server. Hazelcast has some mechanism of determining which node has which ticket. It may also be possible to make hazelcast

[cas-user] Re: CAS 6 - Dockerized Deployments on two VMs with ticket registry

2020-01-31 Thread 'Maksim Kopeyka' via CAS Community
Hi Andy, Your example is very helpful. Thank you. I see how hazelcast tickets registry works on my local env. I turned off active container and another container continues to work with my active session without relogin. However on my remote env. with CAS 6.1.3 it doesn't work in this way. Load

Re: [cas-user] 6.2.x Gradle Compilation

2020-01-31 Thread Ray Bon
Tom, There is David Curry's build log, https://dacurry-tns.github.io/deploying-apereo-cas/introduction_overview.html. And this on the overlay, https://apereo.github.io/2018/11/16/cas60-gettingstarted-overlay/ Ray On Fri, 2020-01-31 at 11:12 -0800, Tom Healey wrote: Ray, Again thanks for the qu

Re: [cas-user] cas 6.1 RC4 and cas-management 6.1 RC4 coexistence with git service registry

2020-01-31 Thread Nathan Lewan
first off, thanks for responding so quickly! I added this to management.properties first: cas.serviceRegistry.git.cloneDirectory=${git-repo-folder-location} that lead to the same behavior I then set this in management.properties mgmt.versionControl=false that lead to the same behavior I then add

Re: [cas-user] 6.2.x Gradle Compilation

2020-01-31 Thread Dmitriy Kopylenko
This might be helpful:  https://apereo.github.io/2019/01/07/cas61-gettingstarted-overlay/ D. On Jan 31, 2020, 14:12 -0500, Tom Healey , wrote: > Ray, > Again thanks for the quick response. > I COULD use 6.1.3. I switched to the 6.1 branch and was able to successfully > build the war. > THANKS

Re: [cas-user] 6.2.x Gradle Compilation

2020-01-31 Thread Tom Healey
Ray, Again thanks for the quick response. I COULD use 6.1.3. I switched to the 6.1 branch and was able to successfully build the war. THANKS! Could you point me to some resources on how to work with the CAS overlay? I DOCs aren't as helpful to me as I need and this is my first time working

Re: [cas-user] cas 6.1 RC4 and cas-management 6.1 RC4 coexistence with git service registry

2020-01-31 Thread Travis Schmidt
I think the key that you are missing is this in the management properties cas.serviceRegistry.git.cloneDirectory=${git-repo-folder-location} You cas.serviceRegistry properties from cas.properties to mgmt.properties should be identical. Also running the Git services repo with management and serve

Re: [cas-user] 6.2.x Gradle Compilation

2020-01-31 Thread Ray Bon
Tom, I have only recently started working with the docker build process, so not an expert. You should be able to see in the build log where gradle is looking for the packages (may need to turn of gradle output). You can then browse those locations to see what is there. If you are intending to

[cas-user] Re: Issue with CAS client when using CAS as an SP

2020-01-31 Thread Sean Day
> > I replied to the wrong thread, below was meant for this not the OIDC > thread.. > This seems to have been fixed in 6.2.0 RC2, I have not had the error at all on 6.2.0 RC2, I then spend a bit of time finding a reliable sequence of events that caused the error and found a way to reproduce co

[cas-user] cas 6.1 RC4 and cas-management 6.1 RC4 coexistence with git service registry

2020-01-31 Thread Nathan Lewan
hello! these forums have been great for me, and I'd like to throw out a question to see if anyone has any insights. here's what's working: cas and cas-management 6.1 RC4 running on tomcat9 on the same server, are both able to see the git service registry I have set up. my fun begins when cas-

Re: [cas-user] 6.2.x Gradle Compilation

2020-01-31 Thread Tom Healey
Ray, Thanks for the quick response. Some of that follows is a repeat but I am rewriting for clarity, I hope. Sorry. I am working from this project: https://github.com/apereo/cas-overlay-template/ as I am trying

[cas-user] logging saml response xml

2020-01-31 Thread Alin Tomoiaga
Hi everyone, Do you know what logging setting I need to turn on to be able to see the samlRequests and samlResponses in the clear text in the logs? Our cas server is configured as a saml idp. (For the cas protocol, I can turn on logging to see the validation xml messages, but I do not see