docs: archive entra materials and simplify deployment docs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user