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

Remove heuristics that enable security on trial licenses #38075

Merged
merged 5 commits into from
Feb 1, 2019

Commits on Jan 30, 2019

  1. Require explicit setting for security on trial

    In 6.3 trial licenses were changed to default to security
    disabled, and ee added some heuristics to detect when security should
    be automatically be enabled if `xpack.security.enabled` was not set.
    
    This change removes those heuristics, and requires that security be
    explicitly enabled (via the `xpack.security.enabled` setting) for
    trial licenses.
    tvernum committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    fc557c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e91e84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    317c32d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Configuration menu
    Copy the full SHA
    87c04fc View commit details
    Browse the repository at this point in the history
  2. Remove obsolete comment

    tvernum committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    476f7a5 View commit details
    Browse the repository at this point in the history