aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2024-05-15 23:27:53 +0300
committeromagdy7 <omar.professional8777@gmail.com>2024-05-15 23:38:52 +0300
commit23ae246c111ae7b898d818e34c79d00f285cc053 (patch)
tree8c663c05f63ce3e764f8d59381cb260b418a0e1b /frontend/src/components
parentc65e4d89bf0ffa98c328297effd7b2cc2d97bfff (diff)
downloadcloudrender-23ae246c111ae7b898d818e34c79d00f285cc053.tar.xz
cloudrender-23ae246c111ae7b898d818e34c79d00f285cc053.zip
Removed AWS ACCSESS KEY
Diffstat (limited to 'frontend/src/components')
-rw-r--r--frontend/src/components/Dashboard.tsx4
1 files 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: "<KEY>",
+ secretAccessKey: "<ACCESS_KEY>",
},
});