From a3e47b20ba9a1c2eeb9f9f59bfcaadc7c07d8a2b Mon Sep 17 00:00:00 2001 From: Abhishek Choudhary Date: Wed, 9 Oct 2024 11:47:59 +0545 Subject: [PATCH] cleanup --- Library/Caches/Snowflake/ocsp_response_cache.json | 0 apisix/plugins/ai-content-moderation.lua | 1 - 2 files changed, 1 deletion(-) create mode 100644 Library/Caches/Snowflake/ocsp_response_cache.json diff --git a/Library/Caches/Snowflake/ocsp_response_cache.json b/Library/Caches/Snowflake/ocsp_response_cache.json new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/apisix/plugins/ai-content-moderation.lua b/apisix/plugins/ai-content-moderation.lua index 41f74e8341fa..232a3e11b576 100644 --- a/apisix/plugins/ai-content-moderation.lua +++ b/apisix/plugins/ai-content-moderation.lua @@ -119,7 +119,6 @@ function _M.rewrite(conf, ctx) local provider = conf.provider[next(conf.provider)] - -- TODO support secret local credentials = aws_instance:Credentials({ accessKeyId = provider.access_key_id, secretAccessKey = provider.secret_access_key,