Skip to content

Drop "public" UDP feature? #379

Open
@soxofaan

Description

@soxofaan

This is a question that came up while working on a supporting refactor for Open-EO/openeo-aggregator#125. I was slowed down quite a bit with this non-standard "public" UDP feature:

  • user johndoe saves a UDP with public=True
  • other users can list this UDP under GET /processes/u:johndoe
  • other users can load this UDP with namespace u:johndoe

also described in python client docs at https://open-eo.github.io/openeo-python-client/cookbook/udp_sharing.html

I think we nowadays settled on UDP sharing through URLs (e.g. with the official remote process definition extension) instead of this non-standard "public" flag.

Is it still useful/necessary to keep this non-standard "public" UDP feature alive?
Or can we clean that up to simplify the related code paths?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions