This commit is contained in:
revital 2025-05-21 06:59:58 +03:00
parent f0e9cbe027
commit ca17d1563a
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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