You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generate a ucs
run that ucs through acc
Error is returned:
nate@ldap:/var/tmp$ sudo docker run --rm -v "$PWD":/app/data f5devcentral/f5-automation-config-converter -o bgp_config.json -u data/bgp_test.ucs
/app/src/engines/parser.js:58
throw new Error(Missing or mis-indented '}' for line: '${arr[i]}');
^
Error: Error parsing input file. Please open an issue at https://github.com/f5devcentral/f5-automation-config-converter/issues and include the following error:
Missing or mis-indented '}' for line: ' order-info "{'
at orchestrate (/app/src/engines/parser.js:58:31)
at /app/src/engines/parser.js:268:65
at Array.map ()
at /app/src/engines/parser.js:268:52
at Array.forEach ()
at module.exports (/app/src/engines/parser.js:197:28)
at mainRunner (/app/src/main.js:98:18)
at main (/app/src/main.js:187:30)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
### Expected Behavior
No error
### Actual Behavior
ACC fails to complete
The text was updated successfully, but these errors were encountered:
Environment
Summary
A clear and concise description of what the bug is.
Please also include information about the reproducibility and the severity/impact of the issue.
Steps To Reproduce
Steps to reproduce the behavior:
sys crypto cert-order-manager /Common/Cert_Manager_test {
additional-headers customerUri:test.com
authority comodo
base-url https://cert-manager.com/
ca-cert /Common/ca-bundle.crt
internal-proxy /Common/www.test.com
login-name nate
login-password $M$wx$bs7xF0C95wyBN6VNT326MA==
order-info "{
orgId 1
certType 1
serverType -1
}"
validity-days 365
}
generate a ucs
run that ucs through acc
Error is returned:
nate@ldap:/var/tmp$ sudo docker run --rm -v "$PWD":/app/data f5devcentral/f5-automation-config-converter -o bgp_config.json -u data/bgp_test.ucs
/app/src/engines/parser.js:58
throw new Error(
Missing or mis-indented '}' for line: '${arr[i]}'
);^
Error: Error parsing input file. Please open an issue at https://github.com/f5devcentral/f5-automation-config-converter/issues and include the following error:
Missing or mis-indented '}' for line: ' order-info "{'
at orchestrate (/app/src/engines/parser.js:58:31)
at /app/src/engines/parser.js:268:65
at Array.map ()
at /app/src/engines/parser.js:268:52
at Array.forEach ()
at module.exports (/app/src/engines/parser.js:197:28)
at mainRunner (/app/src/main.js:98:18)
at main (/app/src/main.js:187:30)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
The text was updated successfully, but these errors were encountered: