Installing director: not able to create first endpoint

First: Our installation is special, as we are trying to run icing from a Kubernetes in Azure. I got most of it running, but I’m currently struggling setting up director.
After deploying the DB structure I have to provide the (first) endpoint credentials. When doing that, I’m getting this error:

Storing director_activity_log[] failed: SQLSTATE[42S22]: Column not found: 1054 Unknown column '0x' in 'field list', query was: INSERT INTO director_activity_log (object_name, action_name, object_type, old_properties, new_properties, author, change_time, checksum, parent_checksum) VALUES (?, ?, ?, ?, ?, ?, ?, 0x3f182b040b04a036bd9208a6759e9386da68e0f7, 0x) {array ( 'id' => NULL, 'object_name' => 'root', 'action_name' => 'create', 'object_type' => 'icinga_apiuser', 'old_properties' => NULL, 'new_properties' => '{"object_name":"root","object_type":"external_object","password":"1e6ba47af80e7e47"}', 'author' => 'icingaadmin', 'change_time' => '2022-09-09 16:59:33', 'checksum' => '?+ �6���u����h�', 'parent_checksum' => NULL, )} (DbObject.php:934)

(note: I randomised the PW string here)

I don’t get what I’m doing wrong here :frowning: Can someone point me to the right direction?

Here some info about the used versions:

Icinga Web 2 Version 2.11.1
Git commit eecf8d9934cbf30ec063cea4a525b26bfd2bf99a
PHP Version 7.4.30
Git commit date 2022-07-06

Loaded Libraries

icinga/icinga-php-library 0.9.1
icinga/icinga-php-thirdparty 0.11.0

Loaded Modules

director master
icingadb 1.0.0
incubator 0.18.0
jira 1.2.2

My first guess is it’s a bug. Since you’re using the master of the director, this wouldn’t surprise me. Use the latest release instead. Maybe this works.

Great. Thanks, that helped indeed!