From fe682e15d6f720bee589119603f1d4f6fddc9a2c Mon Sep 17 00:00:00 2001 From: Pauline Ribeyre <4224001+paulineribeyre@users.noreply.github.com> Date: Thu, 8 Jun 2023 15:11:29 +0200 Subject: [PATCH] Update credentials_breaking_change.md --- docs/credentials_breaking_change.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/credentials_breaking_change.md b/docs/credentials_breaking_change.md index 3da30dd..be75894 100644 --- a/docs/credentials_breaking_change.md +++ b/docs/credentials_breaking_change.md @@ -10,7 +10,7 @@ Historically, the ManifestService required AWS credentials to be able to access ## New Method -With the latest update, ManifestService will no longer look for AWS credentials in the configuration file. Instead, the service will rely on credentials mounted to the pod. This change is implemented to ensure an improved security environment for the service. +Starting in version 1.0.0/2023.07, ManifestService longer looks for AWS credentials in the configuration file. Instead, the service relies on credentials mounted to the pod. This change is implemented to ensure an improved security environment for the service. ### AWS EKS IRSA