aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components
diff options
context:
space:
mode:
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>",
},
});