Skip to content

Commit

Permalink
chore: update deployment config (#148)
Browse files Browse the repository at this point in the history
- deploy to association environment
- move deployment config into environments directory
- add information about deployment configuration in notice file
- remove obsolete deployment config for consortia as consortia is ending
  • Loading branch information
evegufy authored Jul 30, 2024
1 parent e03dadd commit 3bdfd38
Show file tree
Hide file tree
Showing 97 changed files with 23 additions and 236,118 deletions.
91 changes: 0 additions & 91 deletions .github/workflows/cx-iam-consortia.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ jobs:
- image: tractusx/portal-iam
dockerfile: ./docker/Dockerfile.import
dockernotice: ./docker/notice-iam.md
- image: tractusx/portal-iam-consortia
dockerfile: ./docker/Dockerfile.consortia.import
dockernotice: ./docker/notice-iam-consortia.md
outputs:
chart-version: ${{ steps.chart-version.outputs.current }}
version-check: ${{ steps.version-check.outputs.exists }}
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ on:
env:
IMAGE_NAMESPACE: "tractusx"
IMAGE_NAME: "portal-iam"
IMAGE_NAME_CONSORTIA: "portal-iam-consortia"

jobs:
analyze-config:
Expand Down Expand Up @@ -98,35 +97,3 @@ jobs:
uses: github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
with:
sarif_file: "trivy-results2.sarif"

analyze-portal-iam_consortia-import:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

# It's also possible to scan your private registry with Trivy's built-in image scan.
# All you have to do is set ENV vars.
# Docker Hub needs TRIVY_USERNAME and TRIVY_PASSWORD.
# You don't need to set ENV vars when downloading from a public repository.
# For public images, no ENV vars must be set.
- name: Run Trivy vulnerability scanner
if: always()
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0
with:
# Path to Docker image
image-ref: "${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME_CONSORTIA }}:latest"
format: "sarif"
output: "trivy-results3.sarif"
vuln-type: "os,library"

- name: Upload Trivy scan results to GitHub Security tab
if: always()
uses: github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
with:
sarif_file: "trivy-results3.sarif"
4 changes: 4 additions & 0 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ This project uses the following image content:
- Image: Catena-X Logo
- Source URL: <https://catena-x.net>

## Test Environments

The project contains deployment configuration specific to hosted test environments and needed for end-to-end testing. This configuration is maintained within the [environments](/environments) directory.

## Cryptography

Content may contain encryption software. The country in which you are currently
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ This application provides container images for demonstration purposes.
See Docker notice files for more information:

* [portal-iam](./docker/notice-iam.md)
* [portal-iam-consortia](./docker/notice-iam-consortia.md)
* [portal-iam-seeding](https://github.com/eclipse-tractusx/portal-backend/blob/main/docker/notice-iam-seeding.md)

## License
Expand Down
38 changes: 0 additions & 38 deletions consortia/argocd-app-templates/centralidp/appsetup-dev.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions consortia/argocd-app-templates/centralidp/appsetup-int.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions consortia/argocd-app-templates/centralidp/appsetup-pen.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions consortia/argocd-app-templates/centralidp/appsetup-rc.yaml

This file was deleted.

Loading

0 comments on commit 3bdfd38

Please sign in to comment.