Composite roles: make it possible to clear them again#426
Composite roles: make it possible to clear them again#426TomBillietKlarrio wants to merge 1 commit intocrossplane-contrib:mainfrom
Conversation
|
Hm no, we cannot edit the autogenerated files but have to do that probably in the config Part |
|
could you give me some pointers? |
|
I suppose provider-keycloak/config/role/config.go Line 14 in 452c590 |
Exactly, this provider is automatically generated using the upjet framework, which is essentially generating types + crds using the terraform providers definitions. Most of the things need to be configured here: https://github.com/crossplane-contrib/provider-keycloak/tree/main/config here is a doc if you want to check yourself and learn: https://github.com/crossplane/upjet/blob/main/docs/configuring-a-resource.md you then have to run "make generate" to run the code generation |
|
Looking into it a bit, I can't find a way how to get this working. This actually starts to look like a bug in upjet to me. Unless you have another clue, should I open a ticket on the upjet bugtracker? |
Fixes