[PR #427] [MERGED] feat: support HTTPS control plane URL #458

Closed
opened 2026-02-16 01:17:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/427
Author: @Tehsmash
Created: 1/13/2025
Status: Merged
Merged: 1/15/2025
Merged by: @masci

Base: mainHead: https_support


📝 Commits (3)

  • 35a4fdf feat: support HTTPS control plane URL
  • 5c5abe5 Merge branch 'main' into https_support
  • dacc30f Merge branch 'main' into https_support

📊 Changes

2 files changed (+6 additions, -3 deletions)

View changed files

📝 llama_deploy/control_plane/config.py (+6 -0)
📝 llama_deploy/deploy/deploy.py (+0 -3)

📄 Description

This change introduces a new configuration option "USE_TLS" for the ControlPlaneConfig. When True this will render the control plane URL with the HTTPS scheme instead of HTTP.

Fixes: #420


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_deploy/pull/427 **Author:** [@Tehsmash](https://github.com/Tehsmash) **Created:** 1/13/2025 **Status:** ✅ Merged **Merged:** 1/15/2025 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `https_support` --- ### 📝 Commits (3) - [`35a4fdf`](https://github.com/run-llama/llama_deploy/commit/35a4fdf60640ee4d0c940148f4aeef9dabb15a94) feat: support HTTPS control plane URL - [`5c5abe5`](https://github.com/run-llama/llama_deploy/commit/5c5abe51be431a419b760fd6ccd85e81756624ed) Merge branch 'main' into https_support - [`dacc30f`](https://github.com/run-llama/llama_deploy/commit/dacc30f1513ced5609c9d29d52e87cfba0b7e4dc) Merge branch 'main' into https_support ### 📊 Changes **2 files changed** (+6 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `llama_deploy/control_plane/config.py` (+6 -0) 📝 `llama_deploy/deploy/deploy.py` (+0 -3) </details> ### 📄 Description This change introduces a new configuration option "USE_TLS" for the ControlPlaneConfig. When True this will render the control plane URL with the HTTPS scheme instead of HTTP. Fixes: #420 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:17:26 -05:00
yindo closed this issue 2026-02-16 01:17:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_deploy#458