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: articles/chaos-studio/chaos-studio-fault-library.md
+164Lines changed: 164 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1225,6 +1225,7 @@ Configuring the shutdown fault:
1225
1225
```
1226
1226
1227
1227
## Key Vault Deny Access
1228
+
1228
1229
| Property | Value |
1229
1230
|-|-|
1230
1231
| Capability Name | DenyAccess-1.0 |
@@ -1252,3 +1253,166 @@ Configuring the shutdown fault:
1252
1253
]
1253
1254
}
1254
1255
```
1256
+
1257
+
## Key Vault Disable Certificate
1258
+
1259
+
1260
+
| Property | Value |
1261
+
| ---- | --- |
1262
+
| Capability Name | DisableCertificate-1.0 |
1263
+
| Target Type | Microsoft-KeyVault |
1264
+
| Description | Using certificate properties, fault will disable the certificate for specific duration (provided by user) and enables it after this fault duration. |
1265
+
| Prerequisites | For OneCert certificates, the domain must be registered with OneCert before attempting to run the fault. |
| Capability Name | IncrementCertificateVersion-1.0 |
1304
+
| Target Type | Microsoft-KeyVault |
1305
+
| Description | Generates new certificate version and thumbprint using the Key Vault Certificate client library. Current working certificate will be upgraded to this version. |
1306
+
| Prerequisites | For OneCert certificates, the domain must be registered with OneCert before attempting to run the fault. |
| Description | Certificate policies (examples: certificate validity period, certificate type, key size, or key type) are updated based on the user input and reverted after the fault duration. |
1341
+
| Prerequisites | For OneCert certificates, the domain must be registered with OneCert before attempting to run the fault. |
| certificateName | Name of AKV certificate on which fault will be executed |
1346
+
| version | The certificate version that should be updated; if not specified, the latest version will be updated. |
1347
+
| enabled | Bool. Value indicating whether the new certificate version will be enabled |
1348
+
| validityInMonths | The validity period of the certificate in months |
1349
+
| certificateTransparency | Indicates whether the certificate should be published to the certificate transparency list when created |
1350
+
| certificateType | the certificate type |
1351
+
| contentType | The content type of the certificate, eg Pkcs12 when the certificate contains raw PFX bytes, or Pem when it contains ASCII PEM-encoded btes. Pkcs12 is the default value assumed |
1352
+
| keySize | The size of the RSA key: 2048, 3072, or 4096 |
1353
+
| exportable | Boolean. Value indicating if the certificate key is exportable from the vault or secure certificate store |
1354
+
| reuseKey | Boolean. Value indicating if the certificate key should be reused when rotating the certificate|
1355
+
| keyType | The type of backing key to be generated when issuing new certificates: RSA or EC |
0 commit comments