Skip to content

Commit

Permalink
[issue 67] - Update Keycloak CRDs (22.0.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobrz committed Oct 4, 2023
1 parent b67b44d commit c7f2a9b
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 37 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See https://raw.githubusercontent.com/keycloak/keycloak-k8s-resources/22.0.1/kubernetes/keycloakrealmimports.k8s.keycloak.org-v1.yml
# See https://raw.githubusercontent.com/keycloak/keycloak-k8s-resources/22.0.4/kubernetes/keycloakrealmimports.k8s.keycloak.org-v1.yml
# Generated by Fabric8 CRDGenerator, manual edits might get overwritten!
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
Expand Down Expand Up @@ -67,6 +67,32 @@ spec:
items:
type: string
type: array
userProfileMetadata:
properties:
attributes:
items:
properties:
annotations:
additionalProperties:
type: object
type: object
validators:
additionalProperties:
additionalProperties:
type: object
type: object
type: object
displayName:
type: string
readOnly:
type: boolean
name:
type: string
required:
type: boolean
type: object
type: array
type: object
createdTimestamp:
type: integer
emailVerified:
Expand Down Expand Up @@ -252,6 +278,32 @@ spec:
items:
type: string
type: array
userProfileMetadata:
properties:
attributes:
items:
properties:
annotations:
additionalProperties:
type: object
type: object
validators:
additionalProperties:
additionalProperties:
type: object
type: object
type: object
displayName:
type: string
readOnly:
type: boolean
name:
type: string
required:
type: boolean
type: object
type: array
type: object
createdTimestamp:
type: integer
emailVerified:
Expand Down Expand Up @@ -548,7 +600,6 @@ spec:
id:
type: string
clientPolicies:
type: object
x-kubernetes-preserve-unknown-fields: true
webAuthnPolicyUserVerificationRequirement:
type: string
Expand Down Expand Up @@ -704,16 +755,14 @@ spec:
type: array
decisionStrategy:
enum:
- AFFIRMATIVE
- stableIndex
- CONSENSUS
- UNANIMOUS
- AFFIRMATIVE
type: string
name:
type: string
policyEnforcementMode:
enum:
- stableIndex
- PERMISSIVE
- ENFORCING
- DISABLED
Expand Down Expand Up @@ -752,14 +801,12 @@ spec:
type: array
decisionStrategy:
enum:
- AFFIRMATIVE
- stableIndex
- CONSENSUS
- UNANIMOUS
- AFFIRMATIVE
type: string
logic:
enum:
- stableIndex
- POSITIVE
- NEGATIVE
type: string
Expand Down Expand Up @@ -942,7 +989,6 @@ spec:
otpPolicyCodeReusable:
type: boolean
clientProfiles:
type: object
x-kubernetes-preserve-unknown-fields: true
userFederationMappers:
items:
Expand Down Expand Up @@ -1564,16 +1610,14 @@ spec:
type: array
decisionStrategy:
enum:
- AFFIRMATIVE
- stableIndex
- CONSENSUS
- UNANIMOUS
- AFFIRMATIVE
type: string
name:
type: string
policyEnforcementMode:
enum:
- stableIndex
- PERMISSIVE
- ENFORCING
- DISABLED
Expand Down Expand Up @@ -1612,14 +1656,12 @@ spec:
type: array
decisionStrategy:
enum:
- AFFIRMATIVE
- stableIndex
- CONSENSUS
- UNANIMOUS
- AFFIRMATIVE
type: string
logic:
enum:
- stableIndex
- POSITIVE
- NEGATIVE
type: string
Expand Down Expand Up @@ -1940,16 +1982,14 @@ spec:
type: array
decisionStrategy:
enum:
- AFFIRMATIVE
- stableIndex
- CONSENSUS
- UNANIMOUS
- AFFIRMATIVE
type: string
name:
type: string
policyEnforcementMode:
enum:
- stableIndex
- PERMISSIVE
- ENFORCING
- DISABLED
Expand Down Expand Up @@ -1988,14 +2028,12 @@ spec:
type: array
decisionStrategy:
enum:
- AFFIRMATIVE
- stableIndex
- CONSENSUS
- UNANIMOUS
- AFFIRMATIVE
type: string
logic:
enum:
- stableIndex
- POSITIVE
- NEGATIVE
type: string
Expand Down Expand Up @@ -2233,8 +2271,12 @@ spec:
conditions:
items:
properties:
lastTransitionTime:
type: string
status:
type: boolean
x-kubernetes-preserve-unknown-fields: true
observedGeneration:
type: integer
type:
type: string
message:
Expand Down
Loading

0 comments on commit c7f2a9b

Please sign in to comment.