You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: development-docs/systemtests/io.strimzi.systemtest.operators.user.UserST.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@
97
97
*[user-operator](labels/user-operator.md)
98
98
99
99
100
-
## testTlsValidityDays
100
+
## testTlsValidityDaysWithForceRenewal
101
101
102
102
**Description:** Verifies functionality of the mTLS `validityDays` and `renewalDays` configured inside each KafkaUser.
103
103
@@ -110,7 +110,7 @@
110
110
| 3. | Obtain the `KafkaUser`'s `Secret` and check validity period of the user certificate. | Validity period should be default - 200 days. |
111
111
| 4. | Do message transmission to verify, that we are able to connect to Kafka cluster with the TLS `KafkaUser`. | Messages are successfully sent and received. |
112
112
| 5. | Change the `validityDays` and `renewalDays` in the `KafkaUser``.spec.authentication` to 60 and 10. | The `validityDays` and `renewalDays` should be changed in the `KafkaUser`. |
113
-
| 6. | Because the current certificate would exceed the new validity period, `KafkaUser`'s `Secret` and user certificate should be renewed - we are waiting for the certificate change. | The user certificate was changed. |
113
+
| 6. | Because we changed the `validityDays` and `renewalDays`, we need to force renew the certificate using the `strimzi.io/force-renew=true` annotation | The user certificate was renewed. |
114
114
| 7. | Obtain the `KafkaUser`'s `Secret` again and check the validity period of the user certificate. | Validity period should be 60 days. |
115
115
| 8. | Do message transmission again to verify, that we are able to connect to Kafka cluster with the new user's certificate. | Messages are successfully sent and received using new certificate. |
Copy file name to clipboardExpand all lines: documentation/modules/appendix_crds.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2680,10 +2680,10 @@ It must have the value `tls` for the type `KafkaUserTlsClientAuthentication`.
2680
2680
|Must be `tls`.
2681
2681
|validityDays
2682
2682
|integer
2683
-
|Number of days for which the user certificate should be valid. If not configured, default User Operator value is used. If new validity policy would make the current certificate expired or current certificate's validity period would exceed new policy, the certificate is immediately renewed, without waiting for maintenance window.
2683
+
|Number of days for which the user certificate should be valid. If not configured, Clients CA configuration is used.
2684
2684
|renewalDays
2685
2685
|integer
2686
-
|Configures how many days before the certificate expiration should be the user certificate renewed. If not configured, default User Operator value is used.
2686
+
|Configures how many days before the certificate expiration should be the user certificate renewed. If not configured, Clients CA configuration is used.
Copy file name to clipboardExpand all lines: packaging/helm-charts/helm3/strimzi-kafka-operator/crds/044-Crd-kafkauser.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ spec:
83
83
description: "Specify the password for the user. If not set, a new password is generated by the User Operator."
84
84
renewalDays:
85
85
type: integer
86
-
description: "Configures how many days before the certificate expiration should be the user certificate renewed. If not configured, default User Operator value is used."
86
+
description: "Configures how many days before the certificate expiration should be the user certificate renewed. If not configured, Clients CA configuration is used."
87
87
x-kubernetes-validations:
88
88
- rule: self > 0
89
89
message: '''renewalDays'' has to be higher than 0.'
@@ -96,7 +96,7 @@ spec:
96
96
description: Authentication type.
97
97
validityDays:
98
98
type: integer
99
-
description: "Number of days for which the user certificate should be valid. If not configured, default User Operator value is used. If new validity policy would make the current certificate expired or current certificate's validity period would exceed new policy, the certificate is immediately renewed, without waiting for maintenance window. "
99
+
description: "Number of days for which the user certificate should be valid. If not configured, Clients CA configuration is used."
100
100
x-kubernetes-validations:
101
101
- rule: self > 0
102
102
message: '''validityDays'' has to be higher than 0.'
Copy file name to clipboardExpand all lines: packaging/install/cluster-operator/044-Crd-kafkauser.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ spec:
82
82
description: "Specify the password for the user. If not set, a new password is generated by the User Operator."
83
83
renewalDays:
84
84
type: integer
85
-
description: "Configures how many days before the certificate expiration should be the user certificate renewed. If not configured, default User Operator value is used."
85
+
description: "Configures how many days before the certificate expiration should be the user certificate renewed. If not configured, Clients CA configuration is used."
86
86
x-kubernetes-validations:
87
87
- rule: self > 0
88
88
message: '''renewalDays'' has to be higher than 0.'
@@ -95,7 +95,7 @@ spec:
95
95
description: Authentication type.
96
96
validityDays:
97
97
type: integer
98
-
description: "Number of days for which the user certificate should be valid. If not configured, default User Operator value is used. If new validity policy would make the current certificate expired or current certificate's validity period would exceed new policy, the certificate is immediately renewed, without waiting for maintenance window. "
98
+
description: "Number of days for which the user certificate should be valid. If not configured, Clients CA configuration is used."
99
99
x-kubernetes-validations:
100
100
- rule: self > 0
101
101
message: '''validityDays'' has to be higher than 0.'
Copy file name to clipboardExpand all lines: packaging/install/user-operator/04-Crd-kafkauser.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ spec:
82
82
description: "Specify the password for the user. If not set, a new password is generated by the User Operator."
83
83
renewalDays:
84
84
type: integer
85
-
description: "Configures how many days before the certificate expiration should be the user certificate renewed. If not configured, default User Operator value is used."
85
+
description: "Configures how many days before the certificate expiration should be the user certificate renewed. If not configured, Clients CA configuration is used."
86
86
x-kubernetes-validations:
87
87
- rule: self > 0
88
88
message: '''renewalDays'' has to be higher than 0.'
@@ -95,7 +95,7 @@ spec:
95
95
description: Authentication type.
96
96
validityDays:
97
97
type: integer
98
-
description: "Number of days for which the user certificate should be valid. If not configured, default User Operator value is used. If new validity policy would make the current certificate expired or current certificate's validity period would exceed new policy, the certificate is immediately renewed, without waiting for maintenance window. "
98
+
description: "Number of days for which the user certificate should be valid. If not configured, Clients CA configuration is used."
99
99
x-kubernetes-validations:
100
100
- rule: self > 0
101
101
message: '''validityDays'' has to be higher than 0.'
0 commit comments