From 23ae246c111ae7b898d818e34c79d00f285cc053 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Wed, 15 May 2024 23:27:53 +0300 Subject: Removed AWS ACCSESS KEY --- frontend/src/components/Dashboard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Dashboard.tsx b/frontend/src/components/Dashboard.tsx index 0834bee..44af8cc 100644 --- a/frontend/src/components/Dashboard.tsx +++ b/frontend/src/components/Dashboard.tsx @@ -22,8 +22,8 @@ axiosInstance.interceptors.request.use(config => { const eksClient = new EKSClient({ region, credentials: { - accessKeyId: "AKIA3X4DCJJWHYF5M42F", - secretAccessKey: "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", + accessKeyId: "", + secretAccessKey: "", }, }); -- cgit v1.2.3