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 aliases resolution limitations when security is enabled #31952

Merged

Commits on Jul 11, 2018

  1. Remove aliases resolution limitations when security is enabled

    Resolving wildcards in aliases expression is challenging as we may end
    up with no aliases to replace the original expression with, but if we
    replace with an empty array that means _all which is quite the opposite.
    Now that we support and serialize the original requested aliases,
    whenever aliases are replaced we will be able to know what was
    initially requested. MetaData#findAliases can then be updated to not
    return anything in case it gets empty aliases, but the original aliases
    were not empty. That means that empty aliases are interpreted as _all
    only if they were originally requested that way.
    
    Relates to elastic#31516
    javanna committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    94a75b1 View commit details
    Browse the repository at this point in the history
  2. adjust version conditionals

    this change is breaking, will not be backported to 6.x
    javanna committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    d8553ab View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. Configuration menu
    Copy the full SHA
    58dfae5 View commit details
    Browse the repository at this point in the history
  2. add javadocsi

    javanna committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    5e927d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. revert some of the changes

    javanna committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    a6b5c78 View commit details
    Browse the repository at this point in the history
  2. update docs

    javanna committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    85f6c11 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

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