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

Require acknowledgement to start_trial license #30135

Merged
merged 4 commits into from
Apr 27, 2018

Commits on Apr 25, 2018

  1. Require acknowledgement to start_trial license

    This is related to elastic#30134. It modifies the start_trial action to require
    an acknowledgement parameter in the rest request to actually start the
    trial license. There are backwards compatibility issues as prior ES
    versions did not support this parameter. To handle this, it is assumed
    that a request coming from a node prior to 6.3 is acknowledged. And
    attempts to write a non-acknowledged request to a prior to 6.3 node will
    throw an exception.
    
    Additionally this PR adds messages about the trial license the user is
    generating.
    Tim-Brooks committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    a7629d9 View commit details
    Browse the repository at this point in the history
  2. Delete files

    Tim-Brooks committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    a5d0c81 View commit details
    Browse the repository at this point in the history
  3. Fix version

    Tim-Brooks committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    d92138b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. Configuration menu
    Copy the full SHA
    784718b View commit details
    Browse the repository at this point in the history