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 remote-tracking branch 'origin/main' into nimbus-jose-jwt
Signed-off-by: Maciej Mierzwa <[email protected]> # Conflicts: # src/main/java/org/opensearch/security/authtoken/jwt/JwtVendor.java
- Loading branch information
Showing
42 changed files
with
2,139 additions
and
501 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: automatic-merges | ||
|
||
on: | ||
workflow_run: | ||
workflows: | ||
- CI | ||
- Plugin Install | ||
- Code Hygiene | ||
types: completed | ||
|
||
jobs: | ||
automatic-merge-version-bumps: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- id: find-triggering-pr | ||
uses: peternied/find-triggering-pr@v1 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- uses: peternied/discerning-merger@v1 | ||
if: steps.find-triggering-pr.outputs.pr-number != null | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
pull-request-number: ${{ steps.find-triggering-pr.outputs.pr-number }} | ||
allowed-authors: | | ||
dependabot%5Bbot%5D | ||
allowed-files: | | ||
build.gradle | ||
.github/workflows/*.yml |
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
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
205 changes: 0 additions & 205 deletions
205
bwc-test/src/test/java/SecurityBackwardsCompatibilityIT.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.