This commit is contained in:
StellaOps Bot
2025-12-26 21:43:56 +02:00
354 changed files with 354 additions and 0 deletions

View File

@@ -161,6 +161,7 @@ public sealed class CloudKmsClientTests
public async Task Fido2Client_Signs_Verifies_And_Exports()
{
using var fixture = new EcdsaFixture();
using StellaOps.TestKit;
var authenticator = new TestFidoAuthenticator(fixture);
var options = new Fido2Options
{

View File

@@ -75,6 +75,7 @@ public sealed class FileKmsClientTests : IDisposable
public async Task ExportAsync_ReturnsKeyMaterial()
{
using var client = CreateClient();
using StellaOps.TestKit;
var keyId = "kms-export";
await client.RotateAsync(keyId);