Skip to content
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

Rename remaining identifiers to OpenSearch #23

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ logger.commons.level = debug

## Code of Conduct

This project has adopted an [Open Source Code of Conduct](https://opendistro.github.io/for-elasticsearch/codeofconduct.html).
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
opensource-codeofconduct@amazon.com with any additional questions or comments.


## Security issue notifications
Expand Down
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ publishing {
artifact javadocJar

pom {
name = "Open Distro for OpenSearch Common Utils"
name = "OpenSearch Common Utils"
packaging = "jar"
url = "https://github.com/opendistro-for-elasticsearch/common-utils"
description = "Open Distro for OpenSearch Common Utils"
url = "https://github.com/opensearch-project/common-utils"
description = "OpenSearch Common Utils"
scm {
connection = "scm:git@github.com:opendistro-for-elasticsearch/common-utils.git"
developerConnection = "scm:git@github.com:opendistro-for-elasticsearch/common-utils.git"
url = "git@github.com:opendistro-for-elasticsearch/common-utils.git"
connection = "scm:git@github.com:opensearch-project/common-utils.git"
developerConnection = "scm:git@github.com:opensearch-project/common-utils.git"
url = "git@github.com:opensearch-project/common-utils.git"
}
licenses {
license {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/opensearch/commons/InjectSecurity.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* For background jobs usage only. User or Roles injection can be done using transport layer only.
* You can't inject using REST api.
*
* Roles injection is based this new feature in security plugin: https://github.com/opendistro-for-elasticsearch/security/pull/560
* Roles injection is based on this new feature in security plugin: https://github.com/opensearch-project/security/pull/560
*
* Java example Usage:
*
Expand Down