~pguimaraes/opensearch-project-components/+git/opensearch-security:lp-2.11.1

Last commit made on 2024-02-28
Get this branch:
git clone -b lp-2.11.1 https://git.launchpad.net/~pguimaraes/opensearch-project-components/+git/opensearch-security
Only Pedro Guimarães can upload to this branch. If you are Pedro Guimarães please log in for upload directions.

Branch merges

Branch information

Recent commits

b6c49e1... by Pedro Guimarães

changed gradle distro url

2dab119... by Craig Perkins <email address hidden>

[Backport 2.11] Use BytesRestResponse constructor with contentType in asRestResponse (#3717) (#3721)

Backport #3717 to 2.11

Signed-off-by: Craig Perkins <email address hidden>

1d46ba6... by Craig Perkins <email address hidden>

[2.11] Revert PRs added to 2.11 that are not part of 2.11.1 release (#3661)

### Description

Reverts 2 PRs added after the 2.11.0 release that should not be in the
2.11.1 release:

- https://github.com/opensearch-project/security/pull/3486
- https://github.com/opensearch-project/security/pull/3480

### Issues Resolved

https://github.com/opensearch-project/security/issues/3650

### Check List
- [ ] New functionality includes testing
- [ ] New functionality has been documented
- [ ] Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and
signing off your commits, please check
[here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).

f27dee2... by "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>

[Backport 2.11] Use new instance of Decompressor on channel initialization (#3599)

Backport 499db7886f89a59e7735ef860f127ba659fea9d2 from #3583.

---------

Signed-off-by: Craig Perkins <email address hidden>
Signed-off-by: Craig Perkins <email address hidden>
Signed-off-by: Peter Nied <email address hidden>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Darshit Chanpura <email address hidden>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Peter Nied <email address hidden>
Co-authored-by: Darshit Chanpura <email address hidden>

75f83bc... by "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>

[AUTO] Increment version to 2.11.1-SNAPSHOT (#3575)

Signed-off-by: opensearch-ci-bot <email address hidden>
Co-authored-by: opensearch-ci-bot <email address hidden>

3c24cd0... by "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>

[Backport 2.11] Remove Checkstyle redundant implementation. (#3486)

Backport 0e4b8a45e914c9ca103a29b7f1b17123298b2755 from #3465.

Signed-off-by: David Osorno <email address hidden>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

fed822b... by Darshit Chanpura <email address hidden>

[Backport 2.11] Add missing license header (#3467) (#3480)

Backports https://github.com/opensearch-project/security/pull/3467 via
fb82bbbfcc133fa4ae0bba227c881f7a6ebbe7bd

Manual backport is required to address white space conflicts in relevant
files

Co-authored-by: Andrey Pleskach <email address hidden>

bc03bd4... by "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>

[Backport 2.11] Adds 2.11.0.0 release notes (#3521)

Backport 6a5d80d7109073a481415b703133effee4df5013 from #3453.

---------

Signed-off-by: Darshit Chanpura <email address hidden>
Signed-off-by: Peter Nied<email address hidden>
Signed-off-by: Peter Nied<email address hidden>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Peter Nied <email address hidden>
Co-authored-by: Darshit Chanpura <email address hidden>

c3e53e2... by Peter Nied <email address hidden>

[Backport 2.11] For read-only tenants filter with allow list

When tenants were considered readonly an deny list was used, this could
be prone to error, switch to an allow list instead. Added tests to
confirm prevent and new state.

Signed-off-by: Peter Nied <email address hidden>

b3f1a29... by Darshit Chanpura <email address hidden>

[Reverts] Demo configuration script requires admin password (#3510)

[Reverts] Demo configuration script requires admin password