-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Add Ability to Disable Replication Status Endpoints in Listener Configuration #23547
Merged
marcboudreau
merged 21 commits into
main
from
marcboudreau/VAULT-19869/disable-status-paths
Oct 11, 2023
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
83ae451
CI: Pre-emptively delete logs dir after cache restore in test-collect…
kubawi f144d1b
Fix OktaNumberChallenge (#23565)
Monkeychip 163c03f
exclude changelog in verifying doc/ui PRs (#23601)
hghaf099 88fb88e
Audit: eventlogger sink node reopen on SIGHUP (#23598)
bc64648
Capture errors emitted from all nodes during proccessing of audit pip…
525bf2f
Update security-scan.yml
mcollao-hc 813c786
Listeners: Redaction only for TCP (#23592)
2f8e59c
fix panic when unlocking unlocked user (#23611)
davidadeleon 30f19b3
VAULT-18307: update rotation period for aws static roles on update (#…
kpcraig 88183ab
add disable_replication_status_endpoints tcp listener config parameter
1111cbd
add wrapping handler for disabled replication status endpoints setting
143d47c
adapt disable_replication_status_endpoints configuration parsing code…
ca60b22
refactor configuration parsing code to facilitate testing
294d962
fix a panic when parsing configuration
47c3f5b
update refactored configuration parsing code
a33a93c
fix merge corruption
2b9879b
add changelog file
2319e88
document new TCP listener configuration parameter
c420c66
make sure disable_replication_status_endpoints only has effect on TCP…
a9feb41
use active voice for explanation of disable_replication_status_endpoints
3f5f03c
fix minor merge issue
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
document new TCP listener configuration parameter
- Loading branch information
There are no files selected for viewing
This file contains 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
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.
Style correction: write in active voice, avoid "this" as a pronoun
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.
Thanks, this reads much better.