diff --git a/documentation/docs/getting-started/installation.md b/documentation/docs/getting-started/installation.md index 3d044a5160..8559152f1b 100644 --- a/documentation/docs/getting-started/installation.md +++ b/documentation/docs/getting-started/installation.md @@ -69,6 +69,9 @@ s3: # kubectl create secret generic securecodebox-s3-credentials --from-literal=accesskey="******" --from-literal=secretkey="******" keySecret: securecodebox-s3-credentials ``` +:::note +If you prefer to use AWS IAM roles instead of access keys for authentication, set s3.authType to aws-irsa and s3.awsStsEndpoint should be configured as https://sts.eu-west-1.amazonaws.com in your helm values. This approach leverages IAM roles for more secure and efficient access management. +::: #### Google Cloud Storage