[cas-user] Re: CAS management (with MongoDB as service registry) delay on showing changes to configurations

2024-05-11 Thread 'martin....@springer.com' via CAS Community
Hi Luis, This is a known behavior, it seems CAS management is also using the scheduled reloading of all service definitions just like CAS server itself. The effect at CAS management is, that changes are not immediately reflected in the GUI. You may try the reload button to see the changes.

[cas-user] Re: cpu hungry index on mongo ticket registry

2024-02-12 Thread 'martin....@springer.com' via CAS Community
seems your declined PR at https://github.com/apereo/cas/pull/5627/files got now adopted by re-worked MongoDB support https://github.com/apereo/cas/commit/d7830d0d6ab47234abfd89b145c17f240f053170 On Saturday, April 1, 2023 at 12:23:41 PM UTC+2 Pascal Rigaux wrote: > Hi, > > To avoid performance

[cas-user] Re: multiple IPs causing TGC to be dropped

2023-12-10 Thread 'martin....@springer.com' via CAS Community
Hi Pablo, We are using a Remote-IP AuthenticationHandler, and found the only reliable way to determine a clients real public IP address is setting server.tomcat.remoteip.trusted-proxies=\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3} server.tomcat.remoteip.internal-proxies=.* especially if you

Re: [cas-user] View and Edit of allowedAtributes in cas-management 6.6.3

2023-08-30 Thread 'martin....@springer.com' via CAS Community
Hi Ray, That is a great idea. Actually we have a custom attribute repository, which was easily to configure also for cas-management server in CAS 4.0.2 just using XML files. In the end, I assume, just the getPossibleUserAttributeNames method is used, which is fed by another statically

Re: [cas-user] HTTPSandIMAPS-10000001.json keeps coming back

2023-08-28 Thread 'martin....@springer.com' via CAS Community
For me it is solved by adding empty {} JSON files with the very same name to a directory named src/main/resources/services in my project. Regards Martin On Monday, August 28, 2023 at 1:19:26 PM UTC+2 martin@springer.com wrote: > Pretty weird,

[cas-user] Re: Disable loading of default services into registry on cas-management 6.6.3 server startup

2023-08-28 Thread 'martin....@springer.com' via CAS Community
I found a workaround by adding empty {} JSON files with the very same name to a directory named src/main/resources/services in my project. Thanks for your suggestions. Regards Martin On Monday, August 28, 2023 at 1:19:26 PM UTC+2 martin@springer.com wrote: >

[cas-user] Re: Disable loading of default services into registry on cas-management 6.6.3 server startup

2023-08-28 Thread 'martin....@springer.com' via CAS Community
cas.service-registry.core.init-from-json=false is the default, still even if set both entries reappear on every startup of cas-management server. Regards Martin On Monday, August 28, 2023 at 7:12:02 AM UTC+2 p.bo...@centrum.cz wrote: > Hi Martin, > > it looks like you've got the same problem

Re: [cas-user] HTTPSandIMAPS-10000001.json keeps coming back

2023-08-28 Thread 'martin....@springer.com' via CAS Community
Pretty weird, cas.service-registry.core.init-from-json=false should be the default anyway, but with or without this setting, cas-management server is bringing back both files on every startup. see also https://groups.google.com/a/apereo.org/g/cas-user/c/vKP1q1O4xs8 Regards Martin On Tuesday,

[cas-user] Disable loading of default services into registry on cas-management 6.6.3 server startup

2023-08-26 Thread 'martin....@springer.com' via CAS Community
Hello, I am using mongodb service registry, cas-management version 6.6.3 with cas version 6.6.10. On startup cas-management server inserts 2 JSON files into the service registry: Apereo-1002.json and HTTPSandIMAPS-1001.json It seems they are packaged within the overlay and there

[cas-user] Is Localization per Service working with cas-management server 6.6.3

2023-08-26 Thread 'martin....@springer.com' via CAS Community
Hello, I am using cas-management server 6.6.3 with cas version 6.6.10 and mongodb service registry. If I follow https://apereo.github.io/cas/6.6.x/ux/User-Interface-Customization-Localization.html#per-service, then it should be possible to have a "locale" attribute for every service in

Re: [cas-user] cas-management overlay 6.6.3 with support-mongo-service-registry does not bind cas properties

2023-07-28 Thread 'martin....@springer.com' via CAS Community
ke sure it is looking in the correct place for > management.properties (even though /etc/cas/config is the default). > > Ray > > On Thu, 2023-07-27 at 09:17 -0700, 'martin@springer.com' via CAS > Community wrote: > > Notice: This message was sent from outside th

[cas-user] cas-management overlay 6.6.3 with support-mongo-service-registry does not bind cas properties

2023-07-27 Thread 'martin....@springer.com' via CAS Community
Hi cas-users, We generated a minimal cas-management overlay using curl

[cas-user] Re: gridFsTemplate ... required a single bean ... MongoDB

2022-01-19 Thread 'martin....@springer.com' via CAS Community
Hi Fabio, Any news on your issue? It's now also mine, but again no answer, maybe too trivial or nobody uses MonogDB that way. I run into this problem if using MongoDB for Service- AND Ticket-Registry AND Spring-Session. In your case disabling auto config for spring data should fix this, it

[cas-user] Re: CAS 6.4.4.2 with MongoDB for Service-, Ticket-Registry and Session-Storage

2022-01-17 Thread 'martin....@springer.com' via CAS Community
ah sorry for the typo, in line ... Modules cas-server-support-mongo-service-registry and cas-server-support-mongo-ticket-registry both configure named MongoTemplate beans, which they actually do even use themselves, but lead to ambiguity when resolving a single candidate for the

[cas-user] CAS 6.4.4.2 with MongoDB for Service-, Ticket-Registry and Session-Storage

2022-01-17 Thread 'martin....@springer.com' via CAS Community
Hi cas-users, Using CAS 6.4.4.2 with MongoDB for Service-, Ticket-Registry and Session-Storage at the same time fails to auto-configure in my setup. My observations so far: 1. Adding