Skip to content

Commit f41e07e

Browse files
committed
Add to CHANGELOG
Signed-off-by: Craig Perkins <cwperx@amazon.com>
1 parent 4dec6f0 commit f41e07e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1111
- Add events correlation engine plugin ([#6854](https://github.com/opensearch-project/OpenSearch/issues/6854))
1212
- Add connectToNodeAsExtension in TransportService ([#6866](https://github.com/opensearch-project/OpenSearch/pull/6866))
1313
- Adds ExtensionsManager.lookupExtensionSettingsById ([#7466](https://github.com/opensearch-project/OpenSearch/pull/7466))
14+
- Create ScheduledJobIdentityManager interface in IdentityPlugin ([#7573](https://github.com/opensearch-project/OpenSearch/pull/7573))
1415

1516
### Dependencies
1617
- Bump `log4j-core` from 2.18.0 to 2.19.0
@@ -120,4 +121,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
120121
### Security
121122

122123
[Unreleased 3.0]: https://github.com/opensearch-project/OpenSearch/compare/2.x...HEAD
123-
[Unreleased 2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.7...2.x
124+
[Unreleased 2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.7...2.x

server/src/main/java/org/opensearch/identity/noop/NoopAuthToken.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@
1313
/**
1414
* Noop implementation of an Auth Token
1515
*/
16-
public class NoopAuthToken implements AuthToken {
17-
}
16+
public class NoopAuthToken implements AuthToken {}

0 commit comments

Comments
 (0)