diff --git a/internal/controller/runtime/testdata/auditConfig.json b/internal/controller/runtime/testdata/auditConfig.json new file mode 100644 index 00000000..a7a163c3 --- /dev/null +++ b/internal/controller/runtime/testdata/auditConfig.json @@ -0,0 +1,9 @@ +{ + "aws": { + "eu-central-1": { + "tenantID": "79c64792-9c1e-4c1b-9941-ef7560dd3eae", + "serviceURL": "https://auditlog.example.com:3001", + "secretName": "auditlog-secret2" + } + } +}