-
Notifications
You must be signed in to change notification settings - Fork 11
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
[feat|fix] : SDE backend : Hotfix 3.2 with pcf submodel : rel-2.3.0 #68
Closed
sachinargade123
wants to merge
23
commits into
eclipse-tractusx:main
from
catenax-ng:hotfix_3.2_with_pcf
Closed
Changes from 18 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
891ca3c
DT use refactor and PCF issue fix
sachinargade123 c4f16b7
Log twin look up status
sachinargade123 e657b77
Create sdebuild
sachinargade123 95ad0bc
Added DSP enpoint path for digitaltwin edc url
sachinargade123 a717747
Update pcf schema for companyId
sachinargade123 4fc06ce
Rename sdebuild to sdebuild.yml
sachinargade123 1a0f35a
BPN url add API path
sachinargade123 3f838fb
Hide PCF submodel from loading
sachinargade123 addcb72
Correct dataplane endpoint for digital twin
sachinargade123 82a56d7
remove submodel path from twin
sachinargade123 5d87143
Added oauth security for sde pulic api
sachinargade123 678361f
Update sdebuild.yml
sachinargade123 1bff180
[SDE_backend] rel-2.3.1 and Change log update
adityagajbhiye9 ed88ffe
Update CHANGELOG.md
adityagajbhiye9 bc3db95
Updated Readme
adityagajbhiye9 3bfb7e8
Use jdk 17 for trivy issues
sachinargade123 5ecd4e8
Docker image update
adityagajbhiye9 c878234
revert pcf sumodel changes
sachinargade123 16f044e
User-id Changes for docker file.
adityagajbhiye9 5acca92
updated postgres chart version
adityagajbhiye9 2b63170
Removed r
adityagajbhiye9 090ff08
updated notice.md
adityagajbhiye9 a75d572
Fixes #70
ChetanT-System File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,58 +28,25 @@ on: | |
# Trigger manually | ||
|
||
jobs: | ||
analyze-config: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
actions: read | ||
contents: read | ||
security-events: write | ||
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
|
||
- name: Run Trivy vulnerability scanner in repo mode | ||
uses: aquasecurity/trivy-action@master | ||
with: | ||
scan-type: "config" | ||
exit-code: "1" | ||
hide-progress: false | ||
format: "sarif" | ||
output: "trivy-results1.sarif" | ||
severity: "CRITICAL,HIGH" | ||
|
||
- name: Upload Trivy scan results to GitHub Security tab | ||
uses: github/codeql-action/upload-sarif@v2 | ||
if: always() | ||
with: | ||
sarif_file: "trivy-results1.sarif" | ||
|
||
analyze-product-dft-backend: | ||
analyze-config: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
actions: read | ||
contents: read | ||
security-events: write | ||
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
|
||
- name: Run Trivy vulnerability scanner | ||
if: always() | ||
uses: aquasecurity/trivy-action@master | ||
uses: aquasecurity/[email protected] | ||
with: | ||
# Path to Docker image | ||
image-ref: "tractusx/managed-simple-data-exchanger-backend:latest" | ||
format: "sarif" | ||
output: "trivy-results.sarif" | ||
exit-code: "1" | ||
severity: "CRITICAL,HIGH" | ||
vuln-type: "os,library" | ||
|
||
- name: Upload Trivy scan results to GitHub Security tab | ||
if: always() | ||
uses: github/codeql-action/upload-sarif@v2 | ||
with: | ||
sarif_file: "trivy-results.sarif" | ||
|
||
sarif_file: "trivy-results.sarif" |
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
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
71 changes: 0 additions & 71 deletions
71
...es/sde-core/src/main/java/org/eclipse/tractusx/sde/configuration/ApiHeaderAuthFilter.java
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you specify Postgres v13 when in your helm chart you use chart version 11.x.x which potentially means Postgres v15?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I was wrong, Bitnami's Postgresql chart version 11.x.x means Postgresql v14. Although based on this TRG you should have already moved/upgraded to Postgres v15 which is chart version 12.x.x.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will be using Postgres v16. Can we use Postgres v13.X.X.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Postgress upgraded to v15.