-
Notifications
You must be signed in to change notification settings - Fork 281
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Manual Backport 2.x] Manually backports auth tokens, service account…
…s, and multi tenancy changes (#2737) * [Extensions] Generate auth tokens for service accounts (#2716) * Generate auth tokens for service accounts Signed-off-by: Stephen Crawford <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Security User Refactor (#2594) --------- Signed-off-by: Stephen Crawford <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> * Backport service account changes Signed-off-by: Stephen Crawford <[email protected]> * Update test Signed-off-by: Stephen Crawford <[email protected]> * Optimize imports Signed-off-by: Stephen Crawford <[email protected]> * Spotless Signed-off-by: Stephen Crawford <[email protected]> * fix plugin Signed-off-by: Stephen Crawford <[email protected]> * fix whitespace Signed-off-by: Stephen Crawford <[email protected]> * Fix multitency config update (#2758) Moved multi-tenancy to REST API implementation Signed-off-by: Andrey Pleskach <[email protected]> * Remove SSLCertsAction Signed-off-by: Stephen Crawford <[email protected]> * Fix dependency Signed-off-by: Stephen Crawford <[email protected]> * fix tenancy tests Signed-off-by: Stephen Crawford <[email protected]> --------- Signed-off-by: Stephen Crawford <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> Signed-off-by: Andrey Pleskach <[email protected]> Co-authored-by: Andrey Pleskach <[email protected]>
- Loading branch information
1 parent
dae8f76
commit fa33fc5
Showing
27 changed files
with
1,155 additions
and
855 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 0 additions & 35 deletions
35
src/main/java/org/opensearch/security/action/tenancy/EmptyRequest.java
This file was deleted.
Oops, something went wrong.
65 changes: 0 additions & 65 deletions
65
src/main/java/org/opensearch/security/action/tenancy/TenancyConfigRestHandler.java
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
src/main/java/org/opensearch/security/action/tenancy/TenancyConfigRetrieveActions.java
This file was deleted.
Oops, something went wrong.
70 changes: 0 additions & 70 deletions
70
src/main/java/org/opensearch/security/action/tenancy/TenancyConfigRetrieveResponse.java
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
...ain/java/org/opensearch/security/action/tenancy/TenancyConfigRetrieveTransportAction.java
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
src/main/java/org/opensearch/security/action/tenancy/TenancyConfigUpdateAction.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.