Skip to content

Commit 4e0f057

Browse files
Commit from GitHub Actions (Scheduled Jobs)
1 parent f5e6532 commit 4e0f057

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1193
-1572
lines changed

definitions/gateway.networking.k8s.io/tlsroute.yaml

Lines changed: 231 additions & 1451 deletions
Large diffs are not rendered by default.

definitions/platform.confluent.io/clusterlink.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ kind: CustomResourceDefinition
44
metadata:
55
annotations:
66
controller-gen.kubebuilder.io/version: v0.17.0
7-
platform.confluent.io/app-version: 3.2.0
8-
platform.confluent.io/chart-version: v0.1514.1
7+
platform.confluent.io/app-version: 3.2.1
8+
platform.confluent.io/chart-version: v0.1514.19
99
name: clusterlinks.platform.confluent.io
1010
spec:
1111
group: platform.confluent.io

definitions/platform.confluent.io/cmfrestclass.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ kind: CustomResourceDefinition
44
metadata:
55
annotations:
66
controller-gen.kubebuilder.io/version: v0.17.0
7-
platform.confluent.io/app-version: 3.2.0
8-
platform.confluent.io/chart-version: v0.1514.1
7+
platform.confluent.io/app-version: 3.2.1
8+
platform.confluent.io/chart-version: v0.1514.19
99
name: cmfrestclasses.platform.confluent.io
1010
spec:
1111
group: platform.confluent.io

definitions/platform.confluent.io/confluentrolebinding.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ kind: CustomResourceDefinition
44
metadata:
55
annotations:
66
controller-gen.kubebuilder.io/version: v0.17.0
7-
platform.confluent.io/app-version: 3.2.0
8-
platform.confluent.io/chart-version: v0.1514.1
7+
platform.confluent.io/app-version: 3.2.1
8+
platform.confluent.io/chart-version: v0.1514.19
99
name: confluentrolebindings.platform.confluent.io
1010
spec:
1111
group: platform.confluent.io

definitions/platform.confluent.io/connect.yaml

Lines changed: 56 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ kind: CustomResourceDefinition
44
metadata:
55
annotations:
66
controller-gen.kubebuilder.io/version: v0.17.0
7-
platform.confluent.io/app-version: 3.2.0
8-
platform.confluent.io/chart-version: v0.1514.1
7+
platform.confluent.io/app-version: 3.2.1
8+
platform.confluent.io/chart-version: v0.1514.19
99
name: connects.platform.confluent.io
1010
spec:
1111
group: platform.confluent.io
@@ -2356,6 +2356,60 @@ spec:
23562356
required:
23572357
- type
23582358
type: object
2359+
jmx:
2360+
description: jmx specifies the configuration for JMX authentication and access control.
2361+
properties:
2362+
accessControl:
2363+
description: accessControl specifies the access control configuration for JMX.
2364+
properties:
2365+
directoryPathInContainer:
2366+
description: |-
2367+
If both dpic and secret are not defined, default access control file will be auto mounted by CFK.
2368+
directoryPathInContainer specifies the path to the access control file in the container.
2369+
type: string
2370+
enabled:
2371+
description: |-
2372+
enabled specifies whether JMX access control is enabled.
2373+
When enabled without secretRef or directoryPathInContainer, default read-only policies are applied.
2374+
type: boolean
2375+
secretRef:
2376+
description: |-
2377+
secretRef specifies a secret containing JMX credentials.
2378+
The secret must have a key named 'jmx' with a YAML value containing:
2379+
access: <content of jmxremote.access file — required>
2380+
The operator parses this key and creates an internal secret with 0644 file permissions.
2381+
Should not be configured together with directoryPathInContainer.
2382+
maxLength: 30
2383+
minLength: 1
2384+
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
2385+
type: string
2386+
type: object
2387+
authentication:
2388+
description: authentication specifies the authentication configuration for JMX.
2389+
properties:
2390+
directoryPathInContainer:
2391+
description: |-
2392+
directoryPathInContainer specifies the directory path in the container where
2393+
the JMX password file (jmxremote.password) is mounted (typically via Vault integration).
2394+
The operator expects the file to be named 'jmxremote.password' at the given path.
2395+
User is responsible for setting correct file permissions (0600).
2396+
Should not be configured together with secretRef.
2397+
type: string
2398+
secretRef:
2399+
description: |-
2400+
secretRef specifies a secret containing JMX credentials.
2401+
The secret must have a key named 'jmx' with a YAML value containing:
2402+
password: <content of jmxremote.password file — required>
2403+
access: <content of jmxremote.access file — optional, also used by accessControl>
2404+
The operator parses this key and creates an internal secret with the correct file
2405+
permissions (0600 for password, 0644 for access).
2406+
Should not be configured together with directoryPathInContainer.
2407+
maxLength: 30
2408+
minLength: 1
2409+
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
2410+
type: string
2411+
type: object
2412+
type: object
23592413
jolokia:
23602414
properties:
23612415
accessControl:

definitions/platform.confluent.io/connector.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ kind: CustomResourceDefinition
44
metadata:
55
annotations:
66
controller-gen.kubebuilder.io/version: v0.17.0
7-
platform.confluent.io/app-version: 3.2.0
8-
platform.confluent.io/chart-version: v0.1514.1
7+
platform.confluent.io/app-version: 3.2.1
8+
platform.confluent.io/chart-version: v0.1514.19
99
name: connectors.platform.confluent.io
1010
spec:
1111
group: platform.confluent.io
@@ -347,6 +347,9 @@ spec:
347347
kafkaClusterID:
348348
type: string
349349
lastConfigVersion:
350+
description: |-
351+
lastConfigVersion is the opaque version string from Connect API used to detect config drift.
352+
This field is only populated when credential masking is enabled in Connect.
350353
type: string
351354
observedGeneration:
352355
format: int64

definitions/platform.confluent.io/controlcenter.yaml

Lines changed: 56 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ kind: CustomResourceDefinition
44
metadata:
55
annotations:
66
controller-gen.kubebuilder.io/version: v0.17.0
7-
platform.confluent.io/app-version: 3.2.0
8-
platform.confluent.io/chart-version: v0.1514.1
7+
platform.confluent.io/app-version: 3.2.1
8+
platform.confluent.io/chart-version: v0.1514.19
99
name: controlcenters.platform.confluent.io
1010
spec:
1111
group: platform.confluent.io
@@ -1830,6 +1830,60 @@ spec:
18301830
required:
18311831
- type
18321832
type: object
1833+
jmx:
1834+
description: jmx specifies the configuration for JMX authentication and access control.
1835+
properties:
1836+
accessControl:
1837+
description: accessControl specifies the access control configuration for JMX.
1838+
properties:
1839+
directoryPathInContainer:
1840+
description: |-
1841+
If both dpic and secret are not defined, default access control file will be auto mounted by CFK.
1842+
directoryPathInContainer specifies the path to the access control file in the container.
1843+
type: string
1844+
enabled:
1845+
description: |-
1846+
enabled specifies whether JMX access control is enabled.
1847+
When enabled without secretRef or directoryPathInContainer, default read-only policies are applied.
1848+
type: boolean
1849+
secretRef:
1850+
description: |-
1851+
secretRef specifies a secret containing JMX credentials.
1852+
The secret must have a key named 'jmx' with a YAML value containing:
1853+
access: <content of jmxremote.access file — required>
1854+
The operator parses this key and creates an internal secret with 0644 file permissions.
1855+
Should not be configured together with directoryPathInContainer.
1856+
maxLength: 30
1857+
minLength: 1
1858+
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
1859+
type: string
1860+
type: object
1861+
authentication:
1862+
description: authentication specifies the authentication configuration for JMX.
1863+
properties:
1864+
directoryPathInContainer:
1865+
description: |-
1866+
directoryPathInContainer specifies the directory path in the container where
1867+
the JMX password file (jmxremote.password) is mounted (typically via Vault integration).
1868+
The operator expects the file to be named 'jmxremote.password' at the given path.
1869+
User is responsible for setting correct file permissions (0600).
1870+
Should not be configured together with secretRef.
1871+
type: string
1872+
secretRef:
1873+
description: |-
1874+
secretRef specifies a secret containing JMX credentials.
1875+
The secret must have a key named 'jmx' with a YAML value containing:
1876+
password: <content of jmxremote.password file — required>
1877+
access: <content of jmxremote.access file — optional, also used by accessControl>
1878+
The operator parses this key and creates an internal secret with the correct file
1879+
permissions (0600 for password, 0644 for access).
1880+
Should not be configured together with directoryPathInContainer.
1881+
maxLength: 30
1882+
minLength: 1
1883+
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
1884+
type: string
1885+
type: object
1886+
type: object
18331887
jolokia:
18341888
properties:
18351889
accessControl:

definitions/platform.confluent.io/flinkapplication.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ kind: CustomResourceDefinition
44
metadata:
55
annotations:
66
controller-gen.kubebuilder.io/version: v0.17.0
7-
platform.confluent.io/app-version: 3.2.0
8-
platform.confluent.io/chart-version: v0.1514.1
7+
platform.confluent.io/app-version: 3.2.1
8+
platform.confluent.io/chart-version: v0.1514.19
99
name: flinkapplications.platform.confluent.io
1010
spec:
1111
group: platform.confluent.io

definitions/platform.confluent.io/flinkenvironment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ kind: CustomResourceDefinition
44
metadata:
55
annotations:
66
controller-gen.kubebuilder.io/version: v0.17.0
7-
platform.confluent.io/app-version: 3.2.0
8-
platform.confluent.io/chart-version: v0.1514.1
7+
platform.confluent.io/app-version: 3.2.1
8+
platform.confluent.io/chart-version: v0.1514.19
99
name: flinkenvironments.platform.confluent.io
1010
spec:
1111
group: platform.confluent.io

definitions/platform.confluent.io/gateway.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ kind: CustomResourceDefinition
44
metadata:
55
annotations:
66
controller-gen.kubebuilder.io/version: v0.17.0
7-
platform.confluent.io/app-version: 3.2.0
8-
platform.confluent.io/chart-version: v0.1514.1
7+
platform.confluent.io/app-version: 3.2.1
8+
platform.confluent.io/chart-version: v0.1514.19
99
name: gateways.platform.confluent.io
1010
spec:
1111
group: platform.confluent.io

0 commit comments

Comments
 (0)