Skip to content

Fix for REST endpoints not appearing in the LDAP subsystem

Florido Paganelli requested to merge floridop/arc:dev-fixEndpoints7 into next

Fix for REST endpoints not appearing in the LDAP subsystem

Description

Correction due to a limitation in the LDAP schema

Showing multiple versions of REST interface in the infosys rendering prevented publishing in LDAP due to a mistake in the GLUE2 schema (GLUE2InterfaceVersion is SingleValued instead of MultiValued). The mistake cannot be changed as it will have an impact on all LDAP clients. The XML schema is correct and supports multiple values. For consistency I just set the latest version of the rest interface on both renderings.

Merge request reports