-
Notifications
You must be signed in to change notification settings - Fork 44
Wpb 23988 fix internet access wiab stag #881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mohitrajain
merged 16 commits into
fix-wiab-stag-feedback
from
wpb-23988-fix-internet-access-wiab-stag
Apr 2, 2026
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
b1a13ab
fix: wpb-23988 sync wire-server helm chart values for wiab-dev from p…
mohitrajain 652b5dc
fix: wpb-23988 fix the changelog verification workflow to consider th…
mohitrajain 4af5a98
fix: wpb-23988 remove the changelog trigger for every push operation
mohitrajain c47f96d
add: wpb-23988 variable private_deployment with default true to disab…
mohitrajain 6894038
fix: wpb-23988 cert_master_email env var
mohitrajain 0100f78
fix: wpb-23988 running wiab-staging-nftables.yaml playbook is explicit
mohitrajain d89ea79
fix: wpb-23988 wiab-staging.md documentation to add details about def…
mohitrajain 9a6ef75
fix: wpb-23988 add changelog
mohitrajain b5f7858
fix: wpb-23988 update the wiab-staging.md to improve documentation ar…
mohitrajain 79a1fba
fix: wpb-23988 update the artifact hash
mohitrajain 807c14c
Apply suggestions from code review
mohitrajain af9ba0e
fix: wpb-24291 update the documentation for wiab-staging
mohitrajain b56f8b2
fix wpb-24291: fix the minio endpoint for s3 endpoint
mohitrajain 56a624c
fix wpb-23988: fix the logic in wiab_server_nftables.conf.j2 and upda…
mohitrajain f5f5d62
fix wpb-23988: upgrade documentation and small fixes for inventory
mohitrajain 4219879
Wpb 23988 disable smallstep (#882)
mohitrajain File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Fixed: stop deploying smallstep in wiab-staging and wiab-dev environments |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| Added: variable private_deployment with default true to disable SNAT on adminhost | ||
| Fixed: cert_master_email env var parsing in helm-operations.sh | ||
| Fixed: made running wiab-staging-nftables.yaml playbook explicit | ||
| Added: wiab-staging.md documentation to add details about default SNAT access being denied and how to enable it | ||
| Added: wiab-staging.md network flow diagram | ||
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changelog says
private_deploymenthas a default oftrue, but the nftables template currently usesdefault(false)when the variable is unset (SNAT enabled by default unless explicitly set). Consider adjusting either the implementation or this entry so the stated default matches actual behavior.