[PR #159] [MERGED] feat: allowing overriding http bind address #271

Closed
opened 2026-03-15 11:56:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/awslabs/iam-policy-autopilot/pull/159
Author: @weibenz1
Created: 3/6/2026
Status: Merged
Merged: 3/9/2026
Merged by: @weibenz1

Base: mainHead: feat-allowing-overriding-bind-address


📝 Commits (3)

  • d8b57e3 feat: allowing overriding http bind address
  • 37eb8d5 fix: cargo fmt
  • 79b2016 refactor: replace setup_http_with_port with setup_http_with_bind_address

📊 Changes

4 files changed (+107 additions, -22 deletions)

View changed files

📝 iam-policy-autopilot-cli/src/main.rs (+15 -4)
📝 iam-policy-autopilot-cli/tests/cli_args.rs (+50 -0)
📝 iam-policy-autopilot-mcp-server/src/lib.rs (+11 -6)
📝 iam-policy-autopilot-mcp-server/tests/mcp_server_integration_test.rs (+31 -12)

📄 Description

Issue #, if available:

Description of changes:
To support containerization better, this PR introduces the logic to support overriding BIND_ADDRESS.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.


🔄 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/awslabs/iam-policy-autopilot/pull/159 **Author:** [@weibenz1](https://github.com/weibenz1) **Created:** 3/6/2026 **Status:** ✅ Merged **Merged:** 3/9/2026 **Merged by:** [@weibenz1](https://github.com/weibenz1) **Base:** `main` ← **Head:** `feat-allowing-overriding-bind-address` --- ### 📝 Commits (3) - [`d8b57e3`](https://github.com/awslabs/iam-policy-autopilot/commit/d8b57e36603184bc3448dae461fd7b6a5c4d408e) feat: allowing overriding http bind address - [`37eb8d5`](https://github.com/awslabs/iam-policy-autopilot/commit/37eb8d554d4beb1f2db34ac4d9581bf7d98559df) fix: cargo fmt - [`79b2016`](https://github.com/awslabs/iam-policy-autopilot/commit/79b20165ddca0ebcea42d8b163061250d7c37ad0) refactor: replace setup_http_with_port with setup_http_with_bind_address ### 📊 Changes **4 files changed** (+107 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `iam-policy-autopilot-cli/src/main.rs` (+15 -4) 📝 `iam-policy-autopilot-cli/tests/cli_args.rs` (+50 -0) 📝 `iam-policy-autopilot-mcp-server/src/lib.rs` (+11 -6) 📝 `iam-policy-autopilot-mcp-server/tests/mcp_server_integration_test.rs` (+31 -12) </details> ### 📄 Description *Issue #, if available:* *Description of changes:* To support containerization better, this PR introduces the logic to support overriding BIND_ADDRESS. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 11:56:56 +03: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/iam-policy-autopilot#271
No description provided.