On 18/11/22 10:25, Lionel SCHWARZ wrote:
Hi List,

Does anyone know which 3.0.0 REST endpoint has replaced the 2.1 /configuration 
endpoint?
Hi Lionel,
as you can read from [1], in Syncope 3.0 the new component Keymaster is used 
for:

1. dynamic service discovery
2. key / value store for configuration parameters
3. directory for defined domains

(2) seems to be what you are looking for.

In [1] it is also reported that Keymaster comes in two flavors: additional REST 
services for Core, or Zookeeper.

Assuming you are with former option, the WADL description for such additional 
services is available under

/syncope/rest/keymaster?_wadl

See [2] for reference.

Please note anyway that the preferred way to deal with configuration parameters 
from within Java code running inside a Syncope component is via the 
ConfParamOps interface [3].

HTH
Regards.

[1] https://syncope.apache.org/docs/3.0/reference-guide.html#keymaster
[2] https://syncope-vm.apache.org/syncope/rest/keymaster?_wadl
[3] 
https://syncope.apache.org/apidocs/3.0/org/apache/syncope/common/keymaster/client/api/ConfParamOps.html

--
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
http://home.apache.org/~ilgrosso/

Reply via email to