Skip to content

[Application Runners] Export to Core Config fails with invalid schema #204

@Hezhual

Description

@Hezhual

EPAM AI DIAL Admin version

0.7.0

What happened?

Description:
Export to core config breaks if application runner type has wrong parameters.

Steps to Reproduce:

Go to Application Runners.

Create application runner with schema like:

{
"$id": "http://DK",
"dial:applicationTypeDisplayName": "DK-app-runner",
"dial:applicationTypeRoutes": [
{
"paths": ["https://tst-tst"],
"upstreams": [
{
"endpoint": "https://test-test",
"key": "123"
}
]
}
]
}

Save it.

Expected:
Export works without errors.

Actual:
Export fails. Logs:

Image

Confidential information

  • I confirm that do not share any confidential information

Metadata

Metadata

Assignees

Labels

bugIssues or problems that need to be fixed.

Type

Projects

Status

Ready for auto QA

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions