You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently facing the issue that the terraform provider uses generic types under the hood, for example for Clients
In reality we have OpenID Client and Saml Client and sadly no Generic Client available as resource.
This leads to problems when i have to create references for resources which just reference a Client, which can be both OpenId Client or Saml Client
The upstream Terraform provider is dying and is unmaintained
How could Upjet help solve your problem?
I'm looking for a way to have references to either a Generic Type or multiple Types OR just generate a resource multiple times with different Kinds + References
What problem are you facing?
Clients
OpenID Client
andSaml Client
and sadly no Generic Client available as resource.OpenId Client
orSaml Client
How could Upjet help solve your problem?
code is also on this branch: https://github.com/crossplane-contrib/provider-keycloak/blob/dfacf3ae92d66b1df511884113858be1636b1327/config/mapper/config.go#L59
The text was updated successfully, but these errors were encountered: