crossplane-contrib / provider-keycloak

Apache License 2.0
15 stars 11 forks source link

Support for realm keys data resource #119

Open blakebarnett opened 3 weeks ago

blakebarnett commented 3 weeks ago

The terraform provider has support for outputting the realm keys: https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs/data-sources/realm_keys

It would be very useful to have this available with support for .spec.writeConnectionSecretToRef so we can automate based on the content.

Breee commented 3 weeks ago

There are no real datasources in crossplane. You can import resources managed-only tho. (see https://docs.crossplane.io/latest/guides/import-existing-resources/)

So I'll have to check out how they can be imported