forked from opensearch-project/security
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into format-feature-extensions-apply
- Loading branch information
Showing
60 changed files
with
5,692 additions
and
4,343 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
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
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
30 changes: 30 additions & 0 deletions
30
release-notes/opensearch-security.release-notes-2.8.0.0.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## 2023-06-06 Version 2.8.0.0 | ||
|
||
Compatible with OpenSearch 2.8.0 | ||
|
||
### Features | ||
|
||
* Identify extension Transport requests and permit handshake and extension registration actions ([#2599](https://github.com/opensearch-project/security/pull/2599)) | ||
* Use ExtensionsManager.lookupExtensionSettingsById when verifying extension unique id ([#2749](https://github.com/opensearch-project/security/pull/2749)) | ||
* Generate auth tokens for service accounts ([#2716](https://github.com/opensearch-project/security/pull/2716)) | ||
* Security User Refactor ([#2594](https://github.com/opensearch-project/security/pull/2594)) | ||
* Add score based password verification ([#2557](https://github.com/opensearch-project/security/pull/2557)) | ||
* Usage of JWKS with JWT (w/o OpenID connect) ([#2808](https://github.com/opensearch-project/security/pull/2808)) | ||
|
||
### Bug Fixes | ||
|
||
* `deserializeSafeFromHeader` uses `context.getHeader(headerName)` instead of `context.getHeaders()` ([#2768](https://github.com/opensearch-project/security/pull/2768)) | ||
* Fix multitency config update ([#2758](https://github.com/opensearch-project/security/pull/2758)) | ||
|
||
### Enhancements | ||
|
||
* Add default roles for SQL plugin: PPL and cross-cluster search ([#2729](https://github.com/opensearch-project/security/pull/2729)) | ||
* Update security-analytics roles to add correlation engine apis ([#2732](https://github.com/opensearch-project/security/pull/2732)) | ||
* Changes in role.yml for long-running operation notification feature in Index-Management repo ([#2789](https://github.com/opensearch-project/security/pull/2789)) | ||
* Rest admin permissions ([#2411](https://github.com/opensearch-project/security/pull/2411)) | ||
* Separate config option to enable restapi: permissions ([#2605](https://github.com/opensearch-project/security/pull/2605)) | ||
|
||
### Maintenance | ||
|
||
* Update to Gradle 8.1.1 ([#2738](https://github.com/opensearch-project/security/pull/2738)) | ||
* Upgrade spring-core from 5.3.26 to 5.3.27 ([#2717](https://github.com/opensearch-project/security/pull/2717)) |
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
Oops, something went wrong.