Galapagos 2.4.0
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
- Implement Developer API Keys (#154) @PolatEmre-hg
- Ability to swap to Darkmode (#158) @ueberschaersilas-hg
- Upgrade to Spring 2.5.12 to fix SpringShell vulnerability (#175) @albrechtflo-hg
- [Snyk] Fix for 18 vulnerabilities (#173) @snyk-bot
- Add ESLint rules for spacing related to keywords (#164) @albrechtflo-hg
- Add possibility to change amount of changes in dashboard (#155) @ueberschaersilas-hg
- Added new Cases for Pending, Accepted and Declined in Dashboard (#152) @ueberschaersilas-hg
- Updated Angular to Version 13.2 (#149) @ueberschaersilas-hg
- Fixed Bug where SAML Username wouldn't show up (#146) @ueberschaersilas-hg