Skip to content

Commit

Permalink
Merge pull request #17 from catenax-ng/feature/release1.2.0
Browse files Browse the repository at this point in the history
security fixes
  • Loading branch information
Siegfriedk authored Mar 15, 2023
2 parents fff3abe + 7e0b9a4 commit 40ded77
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 114 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]


## [1.1.6] - 2023-03-13
## [1.2.0] - 2023-03-14

### Fixed
- Security issues fixed
- Snakeyaml jar issue fixed
- veracode security issue fixed

### Changed
- Security fixes
- Snakeyaml jar fixed
- Supports EDC connector 0.1.6
- Changed base image to eclipse-temurin

Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Helm charts are provided inside https://github.com/eclipse-tractusx/autosetup-ba

- Using helm commands <br />

How to install application using helm:-
How to install application using helm:- <br />
helm install ReleaseName ChartName

a.) Add helm repository in tractusx:-
Expand Down
Binary file removed charts/orchestrator/charts/postgresql-11.9.13.tgz
Binary file not shown.
38 changes: 0 additions & 38 deletions charts/orchestrator/index.yaml

This file was deleted.

69 changes: 0 additions & 69 deletions index.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>org.eclipse.tractusx</groupId>
<artifactId>auto-setup</artifactId>
<version>0.0.8</version>
<version>1.2.0</version>
<name>auto-setup</name>
<description>auto-setup</description>
<properties>
Expand Down Expand Up @@ -284,4 +284,4 @@
</snapshots>
</repository>
</repositories>
</project>
</project>
3 changes: 2 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ spring.security.oauth2.resourceserver.jwt.issuer-uri=${resourceServerIssuer}
management.endpoint.health.probes.enabled=true
management.health.readinessstate.enabled=true
management.health.livenessstate.enabled=true
management.endpoints.web.exposure.include=*
management.security.enabled=true
management.endpoints.web.exposure.include=/actuator/health/readiness,/actuator/health/liveness
spring.lifecycle.timeout-per-shutdown-phase=30s
logging.level.org.springframework.security.web.csrf=INFO

Expand Down

0 comments on commit 40ded77

Please sign in to comment.