-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Feature/Extensions] Principal identity for Opensearch requests to/from extensions #4299
[Feature/Extensions] Principal identity for Opensearch requests to/from extensions #4299
Commits on Sep 14, 2022
-
Lays out base for identity management
Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c62b98f - Browse repository at this point
Copy the full SHA c62b98fView commit details -
Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65880a1 - Browse repository at this point
Copy the full SHA 65880a1View commit details -
Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7764f4 - Browse repository at this point
Copy the full SHA e7764f4View commit details -
Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df77803 - Browse repository at this point
Copy the full SHA df77803View commit details -
Adds an in-memory store for extension request principals and initiali…
…zes it, and addresses few PR comments Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d492df - Browse repository at this point
Copy the full SHA 4d492dfView commit details -
Adds a logic to attach uuid of the principal on the outgoing REST act…
…ion to the extension Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c85d653 - Browse repository at this point
Copy the full SHA c85d653View commit details -
Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a154406 - Browse repository at this point
Copy the full SHA a154406View commit details -
Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 926abba - Browse repository at this point
Copy the full SHA 926abbaView commit details -
Fixes gradle check error for testingconvention task
Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c2f004 - Browse repository at this point
Copy the full SHA 9c2f004View commit details -
Fixes incorrect method call while writing uuid byte array
Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f753c0 - Browse repository at this point
Copy the full SHA 4f753c0View commit details -
Temporarirly sends requests to extensions as the same user
Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6476070 - Browse repository at this point
Copy the full SHA 6476070View commit details -
Adds a standard charset for encoding and decoding, and removes Princi…
…pal interface and its implemntation Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3635a6f - Browse repository at this point
Copy the full SHA 3635a6fView commit details -
Fixes errors on tests for RestExecuteOnExtensionRequest
Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 423fa94 - Browse repository at this point
Copy the full SHA 423fa94View commit details -
Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 724be4a - Browse repository at this point
Copy the full SHA 724be4aView commit details -
Modifying identifier to accept entityname and extension id as input p…
…arameter for generating requestor token Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c1035c - Browse repository at this point
Copy the full SHA 8c1035cView commit details -
Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb4a9e3 - Browse repository at this point
Copy the full SHA bb4a9e3View commit details -
Changes the way extensions request identifier token is generated
Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe92d04 - Browse repository at this point
Copy the full SHA fe92d04View commit details -
Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41551e4 - Browse repository at this point
Copy the full SHA 41551e4View commit details -
Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4677615 - Browse repository at this point
Copy the full SHA 4677615View commit details -
Added this PR to changelog file
Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0704947 - Browse repository at this point
Copy the full SHA 0704947View commit details -
Signed-off-by: Peter Nied <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f9255f - Browse repository at this point
Copy the full SHA 3f9255fView commit details -
Signed-off-by: Peter Nied <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5569fd2 - Browse repository at this point
Copy the full SHA 5569fd2View commit details -
Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f3aba2 - Browse repository at this point
Copy the full SHA 9f3aba2View commit details -
Fixes unknown namedwriteable category error by addint the token class…
… to correct registry Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b57584f - Browse repository at this point
Copy the full SHA b57584fView commit details -
Fixes incorrect javadoc, adds a validity check for token and addresse…
…s a few PR comments Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c0207c - Browse repository at this point
Copy the full SHA 2c0207cView commit details -
Adds test for extension token processor and modfifies a test to gener…
…ate token correctly Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a4c533 - Browse repository at this point
Copy the full SHA 4a4c533View commit details
Commits on Sep 15, 2022
-
Adds opensearch internal annotation to class desciption
Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0083ea - Browse repository at this point
Copy the full SHA a0083eaView commit details -
Fixes dynamic array reference to a final variable before returning
Signed-off-by: Darshit Chanpura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd3ce31 - Browse repository at this point
Copy the full SHA dd3ce31View commit details
Commits on Sep 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 803c044 - Browse repository at this point
Copy the full SHA 803c044View commit details