fix(keycloak): update crossplane keycloak-provider

This commit is contained in:
Vegard Hagen
2025-01-03 13:50:47 +01:00
parent b07b728855
commit 253e65a708
4 changed files with 8 additions and 2 deletions

View File

@@ -3,4 +3,4 @@ kind: Provider
metadata: metadata:
name: provider-keycloak name: provider-keycloak
spec: spec:
package: xpkg.upbound.io/crossplane-contrib/provider-keycloak:v1.0.0 package: xpkg.upbound.io/crossplane-contrib/provider-keycloak:v1.9.2 # renovate: github-releases=crossplane-contrib/provider-keycloak

View File

@@ -35,7 +35,13 @@ spec:
- uma_authorization - uma_authorization
- admin - admin
- create-realm - create-realm
- default-roles-master
description: List of realm roles to import from the realm description: List of realm roles to import from the realm
builtinAuthenticationFlows:
type: array
items:
type: string
description: List of authentication flows to import from the realm
providerConfigName: providerConfigName:
type: string type: string
description: Name of the provider config to attach to the imported clients/roles description: Name of the provider config to attach to the imported clients/roles

View File

@@ -3,4 +3,4 @@ kind: Kustomization
resources: resources:
- keycloak-credentials.yaml - keycloak-credentials.yaml
- default-config.yaml - config.yaml