Skip to content
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: change edc-miw-keycloak-secret in tx-data-provider #132

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/tx-data-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name: tx-data-provider
description: A Helm chart for Kubernetes

type: application
version: 0.1.0
version: 0.1.1
appVersion: 0.0.1

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/tx-data-provider/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ controlplanePublicUrl: "" # Override the edc controlplane protocol url
controlplaneManagementUrl: "" # Override the edc controlplane management url
dataplaneUrl: "" # Override the edc dataplane public url
secrets:
edc-miw-keycloak-secret: changeme
edc-wallet-secret: changeme

tractusx-connector:
enabled: true
Expand Down
9 changes: 5 additions & 4 deletions charts/umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ sources:
- https://github.com/eclipse-tractusx/tractus-x-umbrella

type: application
version: 1.1.0

version: 1.1.1

# when adding or updating versions of dependencies, also update list under README.md#Install
dependencies:
Expand Down Expand Up @@ -80,18 +81,18 @@ dependencies:
# TX Data Consumer 1
- name: tx-data-provider
alias: dataconsumerOne
version: 0.1.0
version: 0.1.1
repository: file://../tx-data-provider
condition: dataconsumerOne.enabled
# TX Data Providers
- name: tx-data-provider
version: 0.1.0
version: 0.1.1
repository: file://../tx-data-provider
condition: tx-data-provider.enabled
# TX Data Consumer 2
- name: tx-data-provider
alias: dataconsumerTwo
version: 0.1.0
version: 0.1.1
repository: file://../tx-data-provider
condition: dataconsumerTwo.enabled
# pgadmin4 as helper tool for easy database access
Expand Down
12 changes: 6 additions & 6 deletions charts/umbrella/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ dataconsumerOne:
seedTestdata: false
nameOverride: dataconsumer-1
secrets:
edc-miw-keycloak-secret: UbfW4CR1xH4OskkovqJ2JzcwnQIrG7oj
edc-wallet-secret: UbfW4CR1xH4OskkovqJ2JzcwnQIrG7oj
tractusx-connector:
nameOverride: dataconsumer-1-edc
participant:
Expand All @@ -1001,7 +1001,7 @@ dataconsumerOne:
token_url: http://centralidp.tx.test/auth/realms/CX-Central/protocol/openid-connect/token
client:
id: satest01
secret_alias: edc-miw-keycloak-secret
secret_alias: edc-wallet-secret
controlplane:
env:
TX_IAM_IATP_CREDENTIALSERVICE_URL: http://mock-util-service
Expand Down Expand Up @@ -1077,7 +1077,7 @@ tx-data-provider:
dataplaneUrl: http://{{ .Release.Name }}-dataprovider-edc-dataplane:8081
nameOverride: dataprovider
secrets:
edc-miw-keycloak-secret: pyFUZP2L9UCSVJUScHcN3ZEgy2PGyEpg
edc-wallet-secret: pyFUZP2L9UCSVJUScHcN3ZEgy2PGyEpg
tractusx-connector:
nameOverride: dataprovider-edc
participant:
Expand All @@ -1093,7 +1093,7 @@ tx-data-provider:
token_url: http://centralidp.tx.test/auth/realms/CX-Central/protocol/openid-connect/token
client:
id: satest02
secret_alias: edc-miw-keycloak-secret
secret_alias: edc-wallet-secret
controlplane:
env:
TX_IAM_IATP_CREDENTIALSERVICE_URL: http://mock-util-service
Expand Down Expand Up @@ -1208,7 +1208,7 @@ dataconsumerTwo:
seedTestdata: false
nameOverride: dataconsumer-2
secrets:
edc-miw-keycloak-secret: tPwy4exxH1sXBRQouobSA2nNVaaPuwCs
edc-wallet-secret: tPwy4exxH1sXBRQouobSA2nNVaaPuwCs
tractusx-connector:
nameOverride: dataconsumer-2-edc
participant:
Expand All @@ -1224,7 +1224,7 @@ dataconsumerTwo:
token_url: http://centralidp.tx.test/auth/realms/CX-Central/protocol/openid-connect/token
client:
id: satest03
secret_alias: edc-miw-keycloak-secret
secret_alias: edc-wallet-secret
controlplane:
env:
TX_IAM_IATP_CREDENTIALSERVICE_URL: http://mock-util-service
Expand Down