You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Encapsulate entitlements (#128637)
* Rename and encapsulate InitializeArgs
* Move ElasticsearchEntitlementChecker out of api package.
It's an implementation detail that doesn't need to be exposed to the rest of
the system.
* Stub TestPathLookup (not yet implemented)
* Move entitlement checkers to policy package.
Maintain parity with main branch to ease backporting.
Copy file name to clipboardExpand all lines: libs/entitlement/src/main/java/org/elasticsearch/entitlement/initialization/EntitlementInitialization.java
Copy file name to clipboardExpand all lines: libs/entitlement/src/main/java/org/elasticsearch/entitlement/runtime/policy/ElasticsearchEntitlementChecker.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,12 @@
7
7
* License v3.0 only", or the "Server Side Public License, v 1".
Copy file name to clipboardExpand all lines: libs/entitlement/src/main19/java/org/elasticsearch/entitlement/runtime/policy/Java19ElasticsearchEntitlementChecker.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,9 @@
7
7
* License v3.0 only", or the "Server Side Public License, v 1".
Copy file name to clipboardExpand all lines: libs/entitlement/src/main20/java/org/elasticsearch/entitlement/runtime/policy/Java20ElasticsearchEntitlementChecker.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,9 @@
7
7
* License v3.0 only", or the "Server Side Public License, v 1".
Copy file name to clipboardExpand all lines: libs/entitlement/src/main21/java/org/elasticsearch/entitlement/runtime/policy/Java21ElasticsearchEntitlementChecker.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,9 @@
7
7
* License v3.0 only", or the "Server Side Public License, v 1".
Copy file name to clipboardExpand all lines: libs/entitlement/src/main22/java/org/elasticsearch/entitlement/runtime/policy/Java22ElasticsearchEntitlementChecker.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,9 @@
7
7
* License v3.0 only", or the "Server Side Public License, v 1".
0 commit comments