[PR #601] [MERGED] feat: httpproxy: add support for more HTTP methods #604

Closed
opened 2026-05-07 00:21:43 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/601
Author: @speed47
Created: 12/15/2025
Status: Merged
Merged: 12/16/2025
Merged by: @speed47

Base: masterHead: http_proxy_methods


📝 Commits (1)

  • 53507b6 feat: httpproxy: add support for more HTTP methods

📊 Changes

9 files changed (+120 additions, -14 deletions)

View changed files

📝 bin/proxy/osh-http-proxy-daemon (+2 -1)
📝 bin/proxy/osh-http-proxy-worker (+9 -0)
📝 doc/sphinx/administration/configuration/osh-http-proxy_conf.rst (+13 -0)
📝 etc/bastion/osh-http-proxy.conf.dist (+7 -0)
📝 lib/perl/OVH/Bastion/ProxyHTTP.pm (+14 -5)
📝 tests/functional/docker/target_role.sh (+2 -0)
📝 tests/functional/launch_tests_on_instance.sh (+8 -1)
📝 tests/functional/proxy/remote-daemon (+9 -2)
📝 tests/functional/tests.d/500-http-proxy.sh (+56 -5)

📄 Description

By default this stays as before (GET and POST),
but more methods can be allowed through the
HTTP Proxy configuration.


🔄 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/ovh/the-bastion/pull/601 **Author:** [@speed47](https://github.com/speed47) **Created:** 12/15/2025 **Status:** ✅ Merged **Merged:** 12/16/2025 **Merged by:** [@speed47](https://github.com/speed47) **Base:** `master` ← **Head:** `http_proxy_methods` --- ### 📝 Commits (1) - [`53507b6`](https://github.com/ovh/the-bastion/commit/53507b6a3e1702f06aaa96dd19d3ca70e20651a3) feat: httpproxy: add support for more HTTP methods ### 📊 Changes **9 files changed** (+120 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `bin/proxy/osh-http-proxy-daemon` (+2 -1) 📝 `bin/proxy/osh-http-proxy-worker` (+9 -0) 📝 `doc/sphinx/administration/configuration/osh-http-proxy_conf.rst` (+13 -0) 📝 `etc/bastion/osh-http-proxy.conf.dist` (+7 -0) 📝 `lib/perl/OVH/Bastion/ProxyHTTP.pm` (+14 -5) 📝 `tests/functional/docker/target_role.sh` (+2 -0) 📝 `tests/functional/launch_tests_on_instance.sh` (+8 -1) 📝 `tests/functional/proxy/remote-daemon` (+9 -2) 📝 `tests/functional/tests.d/500-http-proxy.sh` (+56 -5) </details> ### 📄 Description By default this stays as before (GET and POST), but more methods can be allowed through the HTTP Proxy configuration. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:21:43 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/the-bastion#604
No description provided.