Skip to content
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

Backport of add a conditional around setting LANFilter.AllSegments to make sure it is valid into release/1.16.x #18146

Merged

Commits on Jul 14, 2023

  1. no-op commit due to failed cherry-picking

    temp committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    0b202a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. add a conditional around setting LANFilter.AllSegments to make sure i…

    …t is valid (#18139)
    
    This is to correct a code problem because this assumes all segments, but
    when you get to Enterprise, you can be in partition that is not the
    default partition, in which case specifying all segments does not
    validate and fails. This is to correct the setting of this filter with
    `AllSegments` to `true` to only occur when in the the `default`
    partition.
    
    <!--
    
    * In the case of bugs, describe how to replicate
    * If any manual tests were done, document the steps and the conditions
    to replicate
    * Call out any important/ relevant unit tests, e2e tests or integration
    tests you have added or are adding
    
    -->
    
    <!--
    
    Include any links here that might be helpful for people reviewing your
    PR (Tickets, GH issues, API docs, external benchmarks, tools docs, etc).
    If there are none, feel free to delete this section.
    
    Please be mindful not to leak any customer or confidential information.
    HashiCorp employees may want to use our internal URL shortener to
    obfuscate links.
    
    -->
    
    * [ ] updated test coverage
    * [ ] external facing docs updated
    * [ ] appropriate backport labels added
    * [ ] not a security concern
    jmurret committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    713d067 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d45c8d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68f6cdb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2af38fa View commit details
    Browse the repository at this point in the history