mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-07-25 08:05:25 -04:00
[PR #427] [MERGED] feat: support HTTPS control plane URL #458
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:https_support📝 Commits (3)
35a4fdffeat: support HTTPS control plane URL5c5abe5Merge branch 'main' into https_supportdacc30fMerge 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.