Skip to content

Galapagos 2.4.0

Choose a tag to compare

@github-actions github-actions released this 06 May 16:51

Wow, this one took a while. Among others, we implemented the seemingly small but much underestimated feature of Developer API keys, which is just analogous to the Developer Certificates for certificate-based Kafka clusters.

Now, you can access a "settings" menu when clicking on your user name (top right) and receive a "Developer API Key" for a Confluent Cloud-based cluster, allowing you to access anything what your owned applications are also allowed to access. The Developer API Key is limited in its validity and disabled (deleted) by Galapagos after a configurable amount of time, to avoid security risks.

To enable Developer API Keys for a given Confluent Cloud-based cluster, you have to configure this validity period in your Galapagos configuration. See the application-ccloud.properties for how to configure that period.

Anther new feature is a "Dark mode" of Galapagos, which is auto-detected based on your system settings (if available) and also switchable using the top right menu.

See the changelog below for more new features in this latest release.

Changes