From 5200da9761527b1d7fb812c2e22dd9e5fa073784 Mon Sep 17 00:00:00 2001 From: Stephen Crawford Date: Wed, 14 Dec 2022 09:41:11 -0500 Subject: [PATCH 1/2] Update cxf-core Signed-off-by: Stephen Crawford --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fa092e6607..2ada8a3559 100644 --- a/build.gradle +++ b/build.gradle @@ -88,7 +88,7 @@ dependencies { implementation 'org.ldaptive:ldaptive:1.2.3' implementation 'org.apache.httpcomponents:httpclient-cache:4.5.13' implementation 'io.jsonwebtoken:jjwt-api:0.10.8' - implementation("org.apache.cxf:cxf-rt-rs-security-jose:3.4.5") { + implementation("org.apache.cxf:cxf-rt-rs-security-jose:3.5.5") { exclude(group: 'jakarta.activation', module: 'jakarta.activation-api') } implementation 'com.github.wnameless:json-flattener:0.5.0' From 0ac6248de4c83763868a9f7cd4b9db9d32cd055c Mon Sep 17 00:00:00 2001 From: Stephen Crawford Date: Wed, 14 Dec 2022 11:36:55 -0500 Subject: [PATCH 2/2] trivial change to trigger workflow Signed-off-by: Stephen Crawford --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e5488786c..1e280e4b1d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # OpenSearch Security Plugin -OpenSearch Security is a plugin for OpenSearch that offers encryption, authentication and authorization. When combined with OpenSearch Security-Advanced Modules, it supports authentication via Active Directory, LDAP, Kerberos, JSON web tokens, SAML, OpenID and more. It includes fine grained role-based access control to indices, documents and fields. It also provides multi-tenancy support in OpenSearch Dashboards. +OpenSearch Security is a plugin for OpenSearch that offers encryption, authentication and authorization. When combined with OpenSearch Security-Advanced Modules, it supports authentication via Active Directory, LDAP, Kerberos, JSON web tokens, SAML, OpenID and more. It includes fine-grained role-based access control to indices, documents and fields. It also provides multi-tenancy support in OpenSearch Dashboards. - [Features](#features) - [Installation](#installation)