jackson icon indicating copy to clipboard operation
jackson copied to clipboard

Read xml metadata from a url when setting the config

Open deepakprabhakara opened this issue 3 years ago • 0 comments

Is your proposal related to a problem?

Read XML metadata from a URL if available.

Describe the solution you'd like

Currently, we require the raw XML metadata in the config request. We should support pulling this from a URL instead.

Additional context

There are security implications to reading data from an external URL since it becomes a source of an attack. We should safeguard the reading contents of the URL (limit the payload, aggressive timeouts, etc.).

deepakprabhakara avatar Feb 19 '22 16:02 deepakprabhakara