Bug 54776 - appcenter-listener-converter should export typed UDM object data
appcenter-listener-converter should export typed UDM object data
Status: RESOLVED DUPLICATE of bug 54773
Product: UCS
Classification: Unclassified
Component: App Center
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: App Center maintainers
App Center maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2022-05-19 08:46 CEST by Daniel Tröder
Modified: 2022-05-19 09:04 CEST (History)
2 users (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 2: Improvement: Would be a product improvement
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): API change
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Tröder univentionstaff 2022-05-19 08:46:46 CEST
The appcenter-listener-converter is triggered by a listener module and exports LDAP data in the form of a JSON dump of UDM properties into a path readable from within a Docker container app.

Unfortunately the UDM property data is in the format as created internally by UDM, so very similar to how it is stored in LDAP. The UDM REST API and the simple Python UDM API can however convert that data into typed objects.

This is what app programmers expect to find in a JSON object: typed data.

Create a backwards compatible JSON dump on typed data for Docker apps.
Comment 1 Daniel Tröder univentionstaff 2022-05-19 09:04:08 CEST

*** This bug has been marked as a duplicate of bug 54773 ***