mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-26 00:15:57 +03:00
[PR #159] [MERGED] feat: allowing overriding http bind address #271
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/iam-policy-autopilot#271
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/awslabs/iam-policy-autopilot/pull/159
Author: @weibenz1
Created: 3/6/2026
Status: ✅ Merged
Merged: 3/9/2026
Merged by: @weibenz1
Base:
main← Head:feat-allowing-overriding-bind-address📝 Commits (3)
d8b57e3feat: allowing overriding http bind address37eb8d5fix: cargo fmt79b2016refactor: 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.