Replies: 1 comment 2 replies
-
|
Hi @mpreu , thanks for trying out the new preview operator!
Yes, what you described is correct, the CRD format doesn't allow for recursive levels of nesting and, to overcome this limitation, we arbitrarily limited the depth. Increasing the number of supported levels is trivial though.
It's not, can you file an issue for it? We should document it in this guide: https://www.keycloak.org/operator/realm-import
The biggest drawback of this approach is that we completely lose the validation performed by Kubernetes that is "expected" when it comes to "cloud native" resources. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I try to import a realm from a KC 15 installation into a KC 18.0.1 installation using the operator's import feature. The realm has some groups with subgroups (nested to level 3). After I got some issues with the import, it looks like the realm data is restricted to a certain level of subgroups. The final CR does not match with the initial input in that regard and the import just fails due to missing group data.
My questions are:
Beta Was this translation helpful? Give feedback.
All reactions