-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: helm deployment with the follwing changes: - feat: added new application.properties to deployment.yaml,values.yaml and their README's - feat: splitted NOTES text to 'local' and 'internet' after deployment with ingress enabled - feat: added edc.controlplane.data.path to values.yaml's and to deployment.yaml * refactor: harmonised the appliciation.properties,changed pullPolicy in values,fixed backendBaseUrl * feat: updated ingress config in helm for argo cd deployment * chore: updated Security.md files according to eclipse-tractus TRG-7-01 * feat: updated Install.md and values in charts/puris/values.yaml * feat: updated .Values and includes in templates due to incoming refactor of templates * feat: added frontend/backend templates to root chart and made it deployable Signed-off-by: Pascal Marzec <[email protected]> * feat: connected frontend, backend and edc Signed-off-by: Pascal Marzec <[email protected]> * fix: missed semicolon in VariablesService * fix: fixed typo and added forgotten liveness and readiness probe in backend-deployment.yaml Signed-off-by: Pascal Marzec <[email protected]> * fix: fixed typo and changed edc-controlplane-management/protocol port to 8181/8184 Signed-off-by: Pascal Marzec <[email protected]> --------- Signed-off-by: Pascal Marzec <[email protected]>
- Loading branch information
Showing
31 changed files
with
826 additions
and
173 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,5 +26,5 @@ indent_size = 4 | |
indent_style = space | ||
insert_final_newline = true | ||
|
||
[*.yml] | ||
[*.yaml] | ||
indent_size = 2 |
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 |
---|---|---|
@@ -1,6 +1,17 @@ | ||
# Security Policy | ||
|
||
## Reporting a Vulnerability | ||
Please do **not** report security vulnerabilities through public GitHub issues. | ||
|
||
Please report vulnerabilities to this repository via **GitHub security advisories** instead. | ||
|
||
How? Inside affected repository --> security tab | ||
|
||
for contributor: | ||
--> Report a vulnerability | ||
|
||
for committer: | ||
--> advisories --> New draft security advisory | ||
|
||
In severe cases, you can also report a found vulnerability via mail or eclipse issue here: https://www.eclipse.org/security/ | ||
|
||
Please report a found vulnerability here: | ||
[https://www.eclipse.org/security/](https://www.eclipse.org/security/) | ||
See [Eclipse Foundation Vulnerability Reporting Policy](https://www.eclipse.org/projects/handbook/#vulnerability) |
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 |
---|---|---|
@@ -1,6 +1,17 @@ | ||
# Security Policy | ||
|
||
## Reporting a Vulnerability | ||
Please do **not** report security vulnerabilities through public GitHub issues. | ||
|
||
Please report vulnerabilities to this repository via **GitHub security advisories** instead. | ||
|
||
How? Inside affected repository --> security tab | ||
|
||
for contributor: | ||
--> Report a vulnerability | ||
|
||
for committer: | ||
--> advisories --> New draft security advisory | ||
|
||
In severe cases, you can also report a found vulnerability via mail or eclipse issue here: https://www.eclipse.org/security/ | ||
|
||
Please report a found vulnerability here: | ||
[https://www.eclipse.org/security/](https://www.eclipse.org/security/) | ||
See [Eclipse Foundation Vulnerability Reporting Policy](https://www.eclipse.org/projects/handbook/#vulnerability) |
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.