From 6dd0bf90a4e82676b03e15c107624ae0411e5d80 Mon Sep 17 00:00:00 2001 From: "Dr. Christoph \"Schorsch\" Jung" Date: Fri, 10 May 2024 18:29:28 +0200 Subject: [PATCH] fix: chart integration test values. --- .../ci/integration-values.yaml | 43 +++++++++--------- charts/agent-plane/ci/integration-values.yaml | 45 ++++++++++--------- 2 files changed, 47 insertions(+), 41 deletions(-) diff --git a/charts/agent-plane-azure-vault/ci/integration-values.yaml b/charts/agent-plane-azure-vault/ci/integration-values.yaml index e57e64c..881022a 100644 --- a/charts/agent-plane-azure-vault/ci/integration-values.yaml +++ b/charts/agent-plane-azure-vault/ci/integration-values.yaml @@ -24,6 +24,9 @@ install: postgresql: true +participant: + id: "BPNL0000000DUMMY" + #image: # repository: ghcr.io/catenax-ng/tx-knowledge-agents-edc/agentplane-azure-vault # tag: 1.12.19-SNAPSHOT @@ -33,24 +36,6 @@ controlplane: management: authKey: "bla" -token: - signer: - # alias under which the private key is stored in the vault (JWK or PEM format) - privatekey_alias: "key" - verifier: - # alias under which the public key is stored in the vault, that belongs to the private key ("privatekey_alias", JWK or PEM format) - publickey_alias: "cert" - -iatp: - sts: - oauth: - token_url: "http://keycloak/oauth/token" - client: - id: "dummy" - secret_alias: "dummy" - dim: - url: "http://sts.server" - vault: azure: name: "AZURE_NAME" @@ -66,5 +51,23 @@ vault: transferProxyTokenSignerPrivateKey: "key" transferProxyTokenSignerPublicKey: "cert" transferProxyTokenEncryptionAesKey: "symmetric-key" -participant: - id: "BPNL0000000DUMMY" + +token: + signer: + # alias under which the private key is stored in the vault (JWK or PEM format) + privatekey_alias: "key" + verifier: + # alias under which the public key is stored in the vault, that belongs to the private key ("privatekey_alias", JWK or PEM format) + publickey_alias: "cert" + +iatp: + sts: + oauth: + token_url: "http://keycloak/oauth/token" + client: + id: "dummy" + secret_alias: "dummy" + dim: + url: "http://sts.server" + + diff --git a/charts/agent-plane/ci/integration-values.yaml b/charts/agent-plane/ci/integration-values.yaml index 88225e5..37242af 100644 --- a/charts/agent-plane/ci/integration-values.yaml +++ b/charts/agent-plane/ci/integration-values.yaml @@ -3,7 +3,7 @@ # Copyright (c) 2023 ZF Friedrichshafen AG # Copyright (c) 2023 Mercedes-Benz Tech Innovation GmbH # Copyright (c) 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) -# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation +# Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -24,6 +24,9 @@ install: postgresql: true +participant: + id: "BPNL0000000DUMMY" + #image: # repository: ghcr.io/catenax-ng/tx-knowledge-agents-edc/agentplane-hashicorp # tag: 1.12.19-SNAPSHOT @@ -33,24 +36,6 @@ controlplane: management: authKey: "bla" -token: - signer: - # alias under which the private key is stored in the vault (JWK or PEM format) - privatekey_alias: "key" - verifier: - # alias under which the public key is stored in the vault, that belongs to the private key ("privatekey_alias", JWK or PEM format) - publickey_alias: "cert" - -iatp: - sts: - oauth: - token_url: "http://keycloak/oauth/token" - client: - id: "dummy" - secret_alias: "dummy" - dim: - url: "http://sts.server" - vault: azure: name: "AZURE_NAME" @@ -66,5 +51,23 @@ vault: transferProxyTokenSignerPrivateKey: "key" transferProxyTokenSignerPublicKey: "cert" transferProxyTokenEncryptionAesKey: "symmetric-key" -participant: - id: "BPNL0000000DUMMY" + +token: + signer: + # alias under which the private key is stored in the vault (JWK or PEM format) + privatekey_alias: "key" + verifier: + # alias under which the public key is stored in the vault, that belongs to the private key ("privatekey_alias", JWK or PEM format) + publickey_alias: "cert" + +iatp: + sts: + oauth: + token_url: "http://keycloak/oauth/token" + client: + id: "dummy" + secret_alias: "dummy" + dim: + url: "http://sts.server" + +