Closed spirit69110s closed 3 months ago
I was able to reproduce this.
@spirit69110s , I confirmed the issue and will be working on a remedy.
@spirit69110s this issue has been fixed in Frodo CLI 2.0.1. Please let me know if this still does not work for you.
Thank you for your assistance. I appreciate it , it is working now
Frodo CLI Version
Issue Description
I am encountering difficulties with importing configurations using frodo-cli when the configurations have dependencies or require a two-step process. The tool does not handle these cases correctly.
Example When exporting my email service configuration with the command:
bash
frodo service export -i email my-tenant
I receive the following export data:
json
When attempting to import this configuration using: frodo service import -A my-tenant-profile
I encounter the following error:
Error importing services Error putting realm full service configs Error putting realm full service config email HTTP client error Code: ERR_BAD_REQUEST Status: 400 Reason: Bad Request Message: Data validation failed for the attribute, Transport Type
"If I delete the transportType attribute, the import will work."
The import process fails with a 400 Bad Request error, indicating a data validation issue related to the "Transport Type" attribute. This issue occurs with configurations that have dependencies or require a multi-step import process