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
| Mount tests<ul><li>CSI Inline volume test with Pod Portability</li></ul> | ✔️ | ✔️ | ✔️ |
10
+
| Sync as Kubernetes secrets<ul><li>Check Kubernetes secret</li><li>Check owner references in secret with multiple owners</li><li>Check owner references updated when a owner is deleted</li><li>Check secret deleted when all owners deleted</li></ul> | ✔️ | ✔️ ||
11
+
| Namespaced Scope SecretProviderClass<ul><li>Check `SecretProviderClass` in same namespace as pod</li></ul> | ✔️ | ✔️ ||
12
+
| Namespaced Scope SecretProviderClass negative test<ul><li>Check volume mount fails when `SecretProviderClass` not found in same namespace as pod</li></ul> | ✔️ | ✔️ ||
13
+
| Multiple SecretProviderClass<ul><li>Check multiple CSI Inline volumes with different SecretProviderClass</li></ul> | ✔️ | ✔️ ||
14
+
| Autorotation of mount contents and Kubernetes secrets<ul><li>Check mount content and Kubernetes secret updated after rotation</li></ul> | ✔️ |||
15
+
| Test filtered watch for `nodePublishSecretRef` feature<ul><li>Check labelled nodePublishSecretRef accessible after upgrade to enable `filteredWatchSecret` feature</li></ul> | ✔️ || ✔️ |
16
+
| Windows tests | ✔️ |||
17
+
18
+
## Sanity tests
19
+
20
+
CSI Driver sanity tests using [CSI Driver Sanity Tester](https://github.com/kubernetes-csi/csi-test/tree/master/pkg/sanity#csi-driver-sanity-tester) to ensure Secrets Store CSI Driver conforms to the CSI specification.
0 commit comments