Closed res13 closed 2 months ago
Thank you for submitting the issue. It is confirmed that there's a faulty code that is expecting a exploded file to implode. It is kind of conflict of interest in distinguishing the exploded file reference format ({{<filename>}}
) from the usual data.
@res13 submitted the PR (https://github.com/Layer7-Community/graphman-client/pull/56) to fix this issue.
I exported my 11.1.00.17707 Gateway with the command
and the following options in graphman.configuration file:
then I exploded it:
and I tried to implode it again without any changes:
which gives me following errors:
even though the file that is holding the policy that is mentioned in the error message is actually present under the path gateway-exploded/tree/Common Modules/Policy Fragments/prepare and store log data-[prepare and store log data-FRAGMENT].policy.json with the following content:
When I set the option policyCodeFormat to xml in the graphman.configuration file it works fine.