Check logging for AWS keys (untested)

This commit is contained in:
user
2025-01-20 11:28:53 +00:00
parent 796b4eee47
commit 58e67d40e2
+2
View File
@@ -92,6 +92,8 @@ export class AwsKeyChecker extends KeyCheckerBase<AwsBedrockKey> {
protected async testKeyOrFail(key: AwsBedrockKey) {
const isInitialCheck = !key.lastChecked;
// Keys with logging enabled will get rejected in the provider
await this.checkLoggingConfiguration(key);
if (isInitialCheck) {
try {
await this.checkInferenceProfiles(key);