mirror of
https://github.com/clearml/clearml-docs
synced 2025-05-24 14:04:55 +00:00
Edits
This commit is contained in:
parent
f0e9cbe027
commit
ca17d1563a
@ -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
|
When configured, the ClearML WebApp automatically redirects requests for matching storage URLs (like `s3://...`) to the
|
||||||
Presign Service. The service:
|
Presign Service. The service:
|
||||||
|
|
||||||
* Verifies the user's ClearML authentication.
|
* Authenticates the use with ClearML.
|
||||||
* Generates a temporary, secure (pre-signed) S3 URL.
|
* Generates a temporary, secure (pre-signed) S3 URL.
|
||||||
* Redirects the user's browser to the URL for direct access.
|
* Redirects the user's browser to the URL for direct access.
|
||||||
|
|
||||||
|
@ -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)
|
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
|
## 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 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
|
```yaml
|
||||||
# -- Custom certificates
|
# -- Custom certificates
|
||||||
|
Loading…
Reference in New Issue
Block a user