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

Option to use endpoints starting with _security #36379

Merged
merged 1 commit into from Dec 9, 2018

Conversation

jkakavas
Copy link
Member

@jkakavas jkakavas commented Dec 7, 2018

#36293 deprecates the /_xpack/security/* endpoints in favor of
the /_security/* ones. This commit adds support for the /_security
endpoints in 6.x to facilitate tests and normal operations in a
mixed 6.x/7.x cluster

 elastic#36293 deprecates the /_xpack/security/* endpoints in favor of
the /_security/* ones. This commit adds support for the new
endpoints in 6.x to facilitate tests and normal operations in a
mixed 6.x/7.x cluster
@jkakavas jkakavas added >enhancement :Security/Security Security issues without another label v6.6.0 labels Dec 7, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-security

Copy link
Member

@jasontedor jasontedor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@jkakavas
Copy link
Member Author

jkakavas commented Dec 7, 2018

😢

BUILD SUCCESSFUL in 1h 23m 48s
3146 actionable tasks: 1515 executed, 1631 up-to-date

Publishing build scan...
....
runbld>>> Sending debug log to infra-root+runbld-debug@e***.co
#error {
 :cause /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-8.fc28.x86_64/jre/lib/ext/dnsns.jar
 :via
 [{:type java.lang.InternalError
   :message java.io.FileNotFoundException: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-8.fc28.x86_64/jre/lib/ext/dnsns.jar
   :at [sun.misc.URLClassPath$JarLoader getResource URLClassPath.java 1052]}
  {:type java.io.FileNotFoundException
   :message /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-8.fc28.x86_64/jre/lib/ext/dnsns.jar
   :at [sun.misc.URLClassPath$JarLoader getJarFile URLClassPath.java 938]}]
 :trace

run the gradle build tests 1

@jkakavas jkakavas merged commit 086055b into elastic:6.x Dec 9, 2018
@jkakavas jkakavas deleted the backport-security-endpoints branch December 9, 2018 19:03
jkakavas added a commit to jkakavas/elasticsearch that referenced this pull request Dec 9, 2018
This reverts commit a509387.
New endpoints can be used for tests and mixed clusters since
elastic#36379
jasontedor added a commit to liketic/elasticsearch that referenced this pull request Dec 9, 2018
* elastic/6.x: (37 commits)
  [HLRC] Added support for Follow Stats API (elastic#36253)
  Exposed engine must have all ops below gcp during rollback (elastic#36159)
  TEST: Always enable soft-deletes in ShardChangesTests
  Use delCount of SegmentInfos to calculate numDocs (elastic#36323)
  Add soft-deletes upgrade tests (elastic#36286)
  Remove LocalCheckpointTracker#resetCheckpoint (elastic#34667)
  Option to use endpoints starting with _security (elastic#36379)
  [CCR] Restructured QA modules (elastic#36404)
  RestClient: on retry timeout add root exception (elastic#25576)
  [HLRC] Add support for put privileges API (elastic#35679)
  HLRC: Add rollup search (elastic#36334)
  Explicitly recommend to forceMerge before freezing (elastic#36376)
  Rename internal repository actions to be internal (elastic#36377)
  Core: Remove parseDefaulting from DateFormatter (elastic#36386)
  [ML] Prevent stack overflow while copying ML jobs and datafeeds (elastic#36370)
  Docs: Fix Jackson reference (elastic#36366)
  [ILM] Fix issue where index may not yet be in 'hot' phase (elastic#35716)
  Undeprecate /_watcher endpoints (elastic#36269)
  Docs: Fix typo in bool query (elastic#36350)
  HLRC: Add delete template API (elastic#36320)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement :Security/Security Security issues without another label v6.6.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants