crossplane-contrib / provider-keycloak

Apache License 2.0
21 stars 11 forks source link

realm settings - Frontend URL #105

Closed phac008 closed 3 months ago

phac008 commented 3 months ago

hi!

I need to set parameter "Frontend URL" for my realm - didn't find any hint how to set this up?

Breee commented 3 months ago
phac008 commented 3 months ago

good hints - I tried: setting frontentURL in UI and realm export afterwards show that this parameter is saved in attributes field - I will try this and give feedback.

phac008 commented 3 months ago

apiVersion: realm.keycloak.crossplane.io/v1alpha1
kind: Realm
metadata:
  name: ...
spec:
  forProvider:
   ...
    attributes:
      frontendUrl: https://...

works for me, thank you

Breee commented 3 months ago

Great 👍