Skip to content

update default http ip address to 0.0.0.0#797

Open
MarkAckert wants to merge 2 commits intov3.x/stagingfrom
user/markackert/change-default-ip-address
Open

update default http ip address to 0.0.0.0#797
MarkAckert wants to merge 2 commits intov3.x/stagingfrom
user/markackert/change-default-ip-address

Conversation

@MarkAckert
Copy link
Member

@MarkAckert MarkAckert commented Sep 10, 2025

When testing AT-TLS on the marist systems, the default IP of 127.0.0.1 for zss running in http mode caused problems accessing the service. This might not happen on other systems; but 0.0.0.0 should work for everyone. Is there any downside to using 0.0.0.0?

Proposed changes

This PR addresses Issue: zowe/zowe-install-packaging#432

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Change in a documentation
  • Refactor the code
  • Chore, repository cleanup, updates the dependencies.
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

PR Checklist

Please delete options that are not relevant.

  • If the changes in this PR are meant for the next release / mainline, this PR targets the "staging" branch.
  • My code follows the style guidelines of this project (see: Contributing guideline)
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • New and existing unit tests pass locally with my changes
  • video or image is included if visual changes are made
  • Relevant update to CHANGELOG.md
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works, or describe a test method below

Testing

Manually tested by overriding the values through zowe.yaml. A build is required to test with automation

Further comments

Manually tested on the Marist systems. Will be included in automated system tests with this PR.

Signed-off-by: MarkAckert <mark.ackert@broadcom.com>
Signed-off-by: MarkAckert <mark.ackert@broadcom.com>
\"agent\": { \
\"http\": { \
\"ipAddresses\": [\"127.0.0.1\"], \
\"ipAddresses\": [\"0.0.0.0\"], \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants