AcademySoftwareFoundation / OpenCue

A render management system you can deploy for visual effects and animation productions.
https://www.opencue.io
Apache License 2.0
832 stars 202 forks source link

Use fully qualified domain name #1223

Open grimjak opened 1 year ago

grimjak commented 1 year ago

Our opencue in kubernetes setup requires that communication between cuebot and rqd uses the fqdn. The db writes the fqdn as a separate field when an rqd host is added but currently it's not used for any of the grpc communication. Also rqd strips off everything but the hostname when it registers.

This feature should be configurable in rqd and cuebot

bcipriano commented 1 year ago

Agreed. I'll take a look at the PR when I can.