Skip to content

Commit 31634ad

Browse files
committed
Scope rotation to a single api server
Signed-off-by: Rita Zhang <[email protected]>
1 parent 6d3d847 commit 31634ad

File tree

1 file changed

+2
-2
lines changed
  • keps/sig-auth/3299-kms-v2-improvements

1 file changed

+2
-2
lines changed

keps/sig-auth/3299-kms-v2-improvements/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ index bfa249e135c..e671fe599a9 100644
279279
type StorageVersionConditionType string
280280
```
281281

282-
> NOTE: Since the storage version API is still alpha, this KEP will simply aim to make it possible to have automated rotation when that API is enabled and has been updated to include the new fields. Rotation will not be part of the graduation criteria for this KEP.
282+
> NOTE: Since the storage version API is still alpha, this KEP will simply aim to make it possible to have automated rotation when that API is enabled and has been updated to include the new fields. The rotation feature will first be scoped to a single API server and will not be part of the graduation criteria for this KEP.
283283
284284
To improve observability, this design also generates a new `UID` for each envelope operation similar to `UID` generation in admission review requests here: https://github.com/kubernetes/kubernetes/blob/e9e669aa6037c380469b45200e59cff9b52d6d68/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/request/admissionreview.go#L137.
285285

@@ -379,7 +379,7 @@ Integration test covering:
379379

380380
### Graduation Criteria
381381

382-
Since the storage version API is still alpha, this KEP will simply aim to make it possible to have automated rotation when that API is enabled and has been updated to include the new fields. Rotation will not be part of the graduation criteria for this KEP because the storage version API will take time to mature. However, testing of rotation will be part of the graduation criteria to confirm that the right information is being made available to allow for automated rotation when the storage version API graduates.
382+
Since the storage version API is still alpha, this KEP will simply aim to make it possible to have automated rotation when that API is enabled and has been updated to include the new fields. The rotation feature will first be scoped to a single API server and will not be part of the graduation criteria for this KEP because the storage version API will take time to mature. However, testing of rotation will be part of the graduation criteria to confirm that the right information is being made available to allow for automated rotation when the storage version API graduates.
383383

384384
#### Alpha
385385

0 commit comments

Comments
 (0)