userroles.txtI'm getting a 403 forbidden when running : mvn apigee-config:userroles -Pprod -Dapigee.config.options=update (see attached file) when it tries to POST to <org>/userroles/user/resourcepermissions
This is the error i get:
POST https://api.enterprise.apigee.com/v1/organizations/yemhuynh-eval/userroles/user/resourcepermissions
accept: [application/json]
accept-encoding: [gzip]
authorization: [Bearer [Not shown in log]
content-type: application/json
[Request body] {"resourcePermission":null}
[ERROR] Apigee call failed 403 Forbidden
All other goals work fine, just not this one.