Check logging for AWS keys (untested)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user