展示HN:管理Keycloak配置的Kubernetes操作器
我们终于开源了我们的 Keycloak 配置操作器(我还没找到一个更好的名字),它允许通过 Kubernetes CRD 以 GitOps 的方式管理整个 Keycloak 配置。
开始使用非常简单,有一个导出流程,可以让您从当前配置中导出 CRD,然后根据需要应用它们。
这些资源故意采用原始 JSON 格式(我很想看到对此的讨论),以便与多种 Keycloak 版本开箱即用地兼容。
这个项目深受已停用的 Keycloak 领域操作器的启发。
我们非常欢迎反馈和改进建议。
<a href="https://github.com/Hostzero-GmbH/keycloak-operator" rel="nofollow">https://github.com/Hostzero-GmbH/keycloak-operator</a>
查看原文
We have finally open sourced our Keycloak config operator (I have yet to find a better name) that allows to manage your entire Keycloak configuration in a GitOps fashion through Kubernetes CRDs.<p>Starting is easy, there is an export flow which allows you to export CRDs from your current configuration and then you can apply them as needed.<p>The resources are deliberately raw JSON (I'd love to see a discussion on this) so that its compatible with a wide range of Keycloak versions out of the box.<p>Heavily inspired by the now defunct keycloak realm operator.<p>Feedback and suggestions for improvements are highly welcome.<p><a href="https://github.com/Hostzero-GmbH/keycloak-operator" rel="nofollow">https://github.com/Hostzero-GmbH/keycloak-operator</a>