Re: how and where to provide elastic search cluster credentials to connect in the elasticsearchClientContext.xml

2022-03-03 Thread Andrea Patricelli
Glad to hear this. Nice catch! You're welcome and best regards, Andrea On 03/03/22 17:48, Vinay Kavala wrote: Hi Andrea, Thanks for that. However, the elastic extension jar from 2.1.9 syncope installation does not have proper bean setter methods to pass in the parameters. So we have

Re: enabling JSONB on Apache Syncope 2.1.10

2022-03-03 Thread Elena Renzi
Hi Vinay, There is no such difference when creating schema from Syncope Console with JSONB, the type of the schema will continue to depend on your specific implementation. The main difference is in the format how plainAttributes element details are stored inside the MasterContent.xml file. You

Re: how and where to provide elastic search cluster credentials to connect in the elasticsearchClientContext.xml

2022-03-03 Thread Andrea Patricelli
Hi Vinay, Please try with this here [1] class="org.apache.syncope.ext.elasticsearch.client.ElasticsearchClientFactoryBean"> name="apiKeyId" value="myApiKeyId"/> value="myApiKeySecret"/> and let us know. Best regards, Andrea [1]