Skip to content

Commit

Permalink
refactor: remove already deprecated azure-vault distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Dec 3, 2024
1 parent ae52b5b commit 953fb6a
Show file tree
Hide file tree
Showing 37 changed files with 2 additions and 3,209 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/deployment-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,6 @@ on:
workflow_dispatch:

jobs:
secret-presence:
runs-on: ubuntu-latest
outputs:
AZURE_KV_CREDS: ${{ steps.secret-presence.outputs.AZURE_KV_CREDS }}
steps:
- name: Check whether secrets exist
id: secret-presence
run: |
[ ! -z "${{ secrets.AZURE_TENANT_ID }}" ] &&
[ ! -z "${{ secrets.AZURE_CLIENT_ID }}" ] &&
[ ! -z "${{ secrets.AZURE_CLIENT_SECRET }}" ] &&
[ ! -z "${{ secrets.AZURE_VAULT_NAME }}" ] &&
echo "AZURE_KV_CREDS=true" >> $GITHUB_OUTPUT
exit 0

test-prepare:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/trigger-docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ jobs:
matrix:
variant: [ { dir: edc-controlplane, img: edc-runtime-memory },
{ dir: edc-controlplane, img: edc-controlplane-postgresql-hashicorp-vault },
{ dir: edc-controlplane, img: edc-controlplane-postgresql-azure-vault },
{ dir: edc-dataplane, img: edc-dataplane-azure-vault },
{ dir: edc-dataplane, img: edc-dataplane-hashicorp-vault },
{ dir: edc-tests/runtime, img: mock-connector }]
permissions:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ jobs:
matrix:
image:
- edc-runtime-memory
- edc-controlplane-postgresql-azure-vault
- edc-controlplane-postgresql-hashicorp-vault
- edc-dataplane-azure-vault
- edc-dataplane-hashicorp-vault
steps:
- uses: actions/checkout@v4
Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,15 @@ The eclipse data space connector is split up into Control-Plane and Data-Plane,
administration layer and has responsibility of resource management, contract negotiation and administer data transfer.
The Data-Plane does the heavy lifting of transferring and receiving data streams.

Depending on your environment there are different derivatives of the control-plane prepared:
Control-Plane distribution:

- [edc-controlplane-postgresql-azure-vault](edc-controlplane/edc-controlplane-postgresql-azure-vault) with dependency onto
- [Azure Key Vault](https://azure.microsoft.com/en-us/services/key-vault/#product-overview)
- [PostgreSQL 8.2 or newer](https://www.postgresql.org/)
- [edc-controlplane-postgresql-hashicorp-vault](edc-controlplane/edc-controlplane-postgresql-hashicorp-vault) with
dependency onto
- [Hashicorp Vault](https://www.vaultproject.io/)
- [PostgreSQL 8.2 or newer](https://www.postgresql.org/)

Derivatives of the Data-Plane can be found here
Data-Plane distribution:

- [edc-dataplane-azure-vault](edc-dataplane/edc-dataplane-azure-vault) with dependency onto
- [Azure Key Vault](https://azure.microsoft.com/en-us/services/key-vault/#product-overview)
- [edc-dataplane-hashicorp-vault](edc-dataplane/edc-dataplane-hashicorp-vault) with dependency onto
- [Hashicorp Vault](https://www.vaultproject.io/)

Expand Down
64 changes: 0 additions & 64 deletions charts/tractusx-connector-azure-vault/Chart.yaml

This file was deleted.

201 changes: 0 additions & 201 deletions charts/tractusx-connector-azure-vault/LICENSE

This file was deleted.

Loading

0 comments on commit 953fb6a

Please sign in to comment.