However, the last one poses a problem. The CRD only foresees a clientScopeId to refer to the clientscope. How can I pass the id of the clientscope created in step 1? The CRD only provides the clientScopeId field, which only works if you pass in the keycloak internal uuid of the clientscope. There is no clientScopeIdRef for this object.
I'm using xpkg.upbound.io/crossplane-contrib/provider-keycloak:v1.1.0
I'm trying to add a role to a clientscope in keycloak. This involves 3 manifests:
openidclient.keycloak.crossplane.io/v1alpha1
ClientScope
role.keycloak.crossplane.io/v1alpha1
Role
client.keycloak.crossplane.io/v1alpha1
:RoleMapper
However, the last one poses a problem. The CRD only foresees a
clientScopeId
to refer to the clientscope. How can I pass the id of the clientscope created in step 1? The CRD only provides theclientScopeId
field, which only works if you pass in the keycloak internal uuid of the clientscope. There is noclientScopeIdRef
for this object.I'm using xpkg.upbound.io/crossplane-contrib/provider-keycloak:v1.1.0