Re: [cas-user] CAS 6.6.11 : help needed for cas-server-support-gauth-couchdb debugging

2023-08-31 Thread spfma.tech via CAS Community
Hi, Thanks for this answer, I was indeed able to fix this part of the problem with it. Regards Le 25-Aug-2023 20:56:21 +0200, jbanner6...@gmail.com a crit: Looks like from your config, you don't have a static value set for gauth encryption, each restart without consistent values would

Re: [cas-user] CAS 6.6.11 : help needed for cas-server-support-gauth-couchdb debugging

2023-08-31 Thread spfma.tech via CAS Community
Hi, Thank you very much for this very valuable answer ! I totally forgot to make those keys persistent, after seeing them during the startups and not even being able to notice they were different each time ... And I also purposely ignored 'publishToMavenLocal' in my command line, as I

Re: [cas-user] CAS 6.6.11 : help needed for cas-server-support-gauth-couchdb debugging

2023-08-25 Thread Ray Bon
Thanks for the tip on the ultimate edition. Cas uses a number of keys for various tasks. If the key is not present in your config, cas will create one on boot. It will be different each time cas starts and, of course, anything persisted with the earlier key will no longer be accessible. There

Re: [cas-user] CAS 6.6.11 : help needed for cas-server-support-gauth-couchdb debugging

2023-08-25 Thread John
Looks like from your config, you don't have a static value set for gauth encryption, each restart without consistent values would generate a new key each time, you could for dev testing, set below, restart. And also, wipe your couchdb records so you can re-register,

Re: [cas-user] CAS 6.6.11 : help needed for cas-server-support-gauth-couchdb debugging

2023-08-25 Thread spfma.tech via CAS Community
Hi, I thought the Ultimate edition has it : https://www.jetbrains.com/help/idea/remote-development-starting-page.html But I will never be offered this tool anyhow ! I am using my main production logfile at "/etc/cas/config log4j2.xml", with all levels between "trace" and "debug". And I see

Re: [cas-user] CAS 6.6.11 : help needed for cas-server-support-gauth-couchdb debugging

2023-08-24 Thread Ray Bon
The paid for version of intellij does not support remote editing either (sigh). Your dev setup sounds fine and you should not have to worry about your local machine since it is only used for editing. I only use intellij for code completion and class/method references. I always build/run on the

Re: [cas-user] CAS 6.6.11 : help needed for cas-server-support-gauth-couchdb debugging

2023-08-24 Thread John
The 6.6.10 thing looks to be a developer ooops, so it should have stayed and worked. The removal is probably because it has low usage, maybe based on maven download stats. In any case, we moved a lot after I saw the deprecation for couchdb in v7 to what we could using Rest based ones, that

Re: [cas-user] CAS 6.6.11 : help needed for cas-server-support-gauth-couchdb debugging

2023-08-24 Thread spfma.tech via CAS Community
Hi, Thanks for your answer. I chose this storage system because my goal is to setup an active/passive pair of servers (with continous db replication on the passive side and automatic seemless failover) in order to provider high availability. It was the only supported backend I have found

Re: [cas-user] CAS 6.6.11 : help needed for cas-server-support-gauth-couchdb debugging

2023-08-24 Thread spfma.tech via CAS Community
Hi, Thanks for your answer. Is there any reason why it has been removed ? Regards Le 23-Aug-2023 20:18:47 +0200, jbanner6...@gmail.com a crit: Were no longer on 6.x series, as in your case, we used couchdb for many items and it is being removed in 7.x so we went ahead and moved on and it

Re: [cas-user] CAS 6.6.11 : help needed for cas-server-support-gauth-couchdb debugging

2023-08-23 Thread Ray Bon
Could you use a different storage system? I do not see the couchdb module in the current development branch. Not sure if it is being removed or if a different module takes on that feature. Instead of running gradlew in vscode, you can run it from the command line. The 'clean' part of the