From ca17d1563a711826d83ba2d30cbdfab7b26ba4de Mon Sep 17 00:00:00 2001 From: revital Date: Wed, 21 May 2025 06:59:58 +0300 Subject: [PATCH] Edits --- .../enterprise_deploy/extra_configs/presign_service.md | 2 +- .../extra_configs/self_signed_certificates.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/deploying_clearml/enterprise_deploy/extra_configs/presign_service.md b/docs/deploying_clearml/enterprise_deploy/extra_configs/presign_service.md index 9207d4e6..4de148f7 100644 --- a/docs/deploying_clearml/enterprise_deploy/extra_configs/presign_service.md +++ b/docs/deploying_clearml/enterprise_deploy/extra_configs/presign_service.md @@ -8,7 +8,7 @@ users, enabling direct access to S3 data without exposing credentials. When configured, the ClearML WebApp automatically redirects requests for matching storage URLs (like `s3://...`) to the Presign Service. The service: -* Verifies the user's ClearML authentication. +* Authenticates the use with ClearML. * Generates a temporary, secure (pre-signed) S3 URL. * Redirects the user's browser to the URL for direct access. diff --git a/docs/deploying_clearml/enterprise_deploy/extra_configs/self_signed_certificates.md b/docs/deploying_clearml/enterprise_deploy/extra_configs/self_signed_certificates.md index f477da7a..7a031e21 100644 --- a/docs/deploying_clearml/enterprise_deploy/extra_configs/self_signed_certificates.md +++ b/docs/deploying_clearml/enterprise_deploy/extra_configs/self_signed_certificates.md @@ -1,5 +1,5 @@ --- -title: Self-Signed Certificates for ClearML Agent and AI App Gateway +title: Kubernetes Deployment with Self-Signed Certificates --- This guide covers how to configure the [AI Application Gateway](../appgw.md) and [ClearML Agent](../agent_k8s.md) @@ -7,9 +7,9 @@ to use self-signed or custom SSL certificates. ## Certificate Configuration -To configure certificates, update the following files: +To configure certificates, update the applicable overrides file: * For AI Application Gateway: `clearml-app-gateway-values.override.yaml` file -* For ClearML Agent: `clearml-agent-values.override.yaml` +* For ClearML Agent: `clearml-agent-values.override.yaml` file ```yaml # -- Custom certificates