Skip to content

Commit

Permalink
fix: chart integration test values.
Browse files Browse the repository at this point in the history
  • Loading branch information
drcgjung committed May 10, 2024
1 parent a23d00c commit 6dd0bf9
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 41 deletions.
43 changes: 23 additions & 20 deletions charts/agent-plane-azure-vault/ci/integration-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
install:
postgresql: true

participant:
id: "BPNL0000000DUMMY"

#image:

Check failure on line 30 in charts/agent-plane-azure-vault/ci/integration-values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

30:2 [comments] missing starting space in comment
# repository: ghcr.io/catenax-ng/tx-knowledge-agents-edc/agentplane-azure-vault
# tag: 1.12.19-SNAPSHOT
Expand All @@ -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"
Expand All @@ -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"


Check failure on line 73 in charts/agent-plane-azure-vault/ci/integration-values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

73:1 [empty-lines] too many blank lines (2 > 0)
45 changes: 24 additions & 21 deletions charts/agent-plane/ci/integration-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -24,6 +24,9 @@
install:
postgresql: true

participant:
id: "BPNL0000000DUMMY"

#image:

Check failure on line 30 in charts/agent-plane/ci/integration-values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

30:2 [comments] missing starting space in comment
# repository: ghcr.io/catenax-ng/tx-knowledge-agents-edc/agentplane-hashicorp
# tag: 1.12.19-SNAPSHOT
Expand All @@ -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"
Expand All @@ -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"


Check failure on line 73 in charts/agent-plane/ci/integration-values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

73:1 [empty-lines] too many blank lines (2 > 0)

0 comments on commit 6dd0bf9

Please sign in to comment.