APIGEE Maven Plugin to also deploy Data Mask Configurations

I want to configure Data Mask Configuration (org or API-level) along with Proxy deployment and environment configuration as a part of my CICD pipeline. Can someone point out as to how I can modify the POM file or something to call a management API which also picks up the data mask configuration.

I don't want to insert shell scripts to execute cURL commands.

Solved Solved
0 2 275
1 ACCEPTED SOLUTION

2 REPLIES 2

Hi @Ankit Madhogaria, yes we can use DataMssk config in maven plugin at both org, api level. We can define the configuration in edge.json.

Check this sample,

https://github.com/apigee/apigee-config-maven-plugin/tree/master/samples/EdgeConfig

https://github.com/apigee/apigee-config-maven-plugin/blob/master/samples/EdgeConfig/edge.json

Thanks bro!