mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-10-30 17:37:59 +00:00
fix(keycloak): update crossplane keycloak-provider
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -3,4 +3,4 @@ kind: Kustomization
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
- keycloak-credentials.yaml
|
- keycloak-credentials.yaml
|
||||||
- default-config.yaml
|
- config.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user