|
|
|
|
|
by cybrix12
2263 days ago
|
|
What would be the suggested way to automate resources creation? I use various home made Ansible roles and I find the Keycloak API to be inconsistent. Eg: Various GET methods that doesn't return complete payload and some endpoints that doesn't save on POST but they do when updating. That said, it's very hard to keep an idempotency with the actual state of the API. I haven't yet tested the keycloak-operator [1]. [1]: https://github.com/keycloak/keycloak-operator |
|
And yes, the keycloak api is inconsistent.