Facing issue with adding config file for CSRFFilter
Hi Team,
We are working on integrating GraphQL in AEM 6.5.13 (on-prem). To allow graphQL endpoints, we need to add entries in "Adobe Granite CSRF Filter" OSGi configuration. We have successfully got the things working.
Now to deploy the changes in different environments, we were updating the "Adobe Granite CSRF Filter" OSGi configuration via code by adding configuration in "config.author" folder.
We are facing an issue as this OSGi configuration is not getting picked. We tried changing other configuration files placed there and all are getting picked and updated successfully.
We tried three approaches:
1. com.adobe.granite.csrf.impl.CSRFFilter.xml
2. com.adobe.granite.csrf.impl.CSRFFilter.cfg.json
3. com.adobe.granite.csrf.impl.CSRFFilter.config
but none were picked.
Please advise.