docs: archive entra materials and simplify deployment docs

This commit is contained in:
defiQUG
2026-04-18 12:05:55 -07:00
parent 0f600e6a31
commit bbb6ce6a6c
256 changed files with 4188 additions and 3881 deletions
+1 -2
View File
@@ -11,7 +11,7 @@ import {
} from '@aws-sdk/client-kms';
export interface KMSConfig {
provider: 'aws' | 'gcp' | 'azure' | 'hsm';
provider: 'aws' | 'gcp' | 'hsm';
keyId: string;
region?: string;
}
@@ -83,4 +83,3 @@ export class KMSClient {
return response.SignatureValid ?? false;
}
}