Icinga / icingaweb2-module-director

The Director aims to be your new favourite Icinga config deployment tool. Director is designed for those who want to automate their configuration deployment and those who want to grant their “point & click” users easy access to the configuration.
https://icinga.com/docs/director/latest
GNU General Public License v2.0
413 stars 203 forks source link

Basket with simple Service set contains Malformed UTF-8 characters #2488

Closed mwaldmueller closed 2 years ago

mwaldmueller commented 2 years ago

Current Behavior

Creation of basket snapshot fails if Service set is included:

basket1

Example Service set:

serviceset1

Your Environment

RincewindsHat commented 2 years ago

If I understand correctly, the reason seems to be the new uuids, which generated as a random byte string and interpreted as UTF8 strings, although I see hints, that should be encoded as hex numbers. Additionaly, I am not sure, if uuids should be contained in the export at all, since the basket might well be imported in another environment where those uuids are already taken and that would replace/modify different objects or some objects are meant to be modified where the uuid is then different.

akqopensystems commented 2 years ago

+1 - We have the same behavior