github crossplane-contrib/provider-keycloak v2.2.0-rc.1

latest releases: v2.7.0-rc, v2.6.0, v2.5.0...
pre-release2 months ago

This is a pre-release version which should be used to test the feature of multiple ref types for clientID & clientScopeId in Managed Resource ProtocolMapper. Once tested successfully it can be released and the same principle can be applied to other Managed Resources.

Details:
The type of a reference property can point to exactly one specific kind:

kind: ProtocolMapper
spec:
  forProvider:
    clientIdRef:
      name: oidcClient

Currently clientIdRef can only point to Managed Resources of type OpenIdClient

Within this release you can set either an SamlClient via:

kind: ProtocolMapper
spec:
  forProvider:
    samlClientIdRef:
      name: "saml-client"

Or an OpenIdClient via:

kind: ProtocolMapper
spec:
  forProvider:
    oidcClientsRef:
      name: "oidc-client"

#311

Hint: We are potentially releasing this as major version with new API version due to breaking changes

Don't miss a new provider-keycloak release

NewReleases is sending notifications on new releases.