Skip to content

Commit 018a34b

Browse files
authored
increase key validation attempts to avoid cluttering the s3 key storage
1 parent c2aa71c commit 018a34b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

connector/resources/config.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ edc.api.auth.key=password
1616
possible.connector.edcVersion=0.4.1
1717

1818
edc.ionos.endpoint.region=eu-central-3
19+
edc.ionos.key.validation.attempts=10000
1920
ids.webhook.address=http://localhost:8282
2021
edc.vault.hashicorp.url=http://localhost:8200
2122
edc.vault.hashicorp.token=test-token
@@ -27,4 +28,4 @@ edc.datasource.default.name=admin
2728
edc.datasource.default.password=ftGbHW.Qd4rYaiHVzEsj
2829

2930
# this will be available in version >=v0.9.0 and allows to skip manual sql initialization
30-
#edc.sql.schema.autocreate=true
31+
#edc.sql.schema.autocreate=true

0 commit comments

Comments
 (0)