diff options
author | 2024-06-19 10:45:03 +0200 | |
---|---|---|
committer | 2024-06-22 11:02:39 +0200 | |
commit | 7119a1fef48ae1307baae1bace228fb6709bcc30 (patch) | |
tree | 83728685bfe78b1545c546eb2cdedceeeeb76673 /src/main/resources | |
parent | 4b4a713c0b5802172c3fb7ce8b3a6a1efcead057 (diff) |
Update aai-common to 1.14.2 in graphadmin
- contains janusgraph update 0.3.3 -> 0.4.0, tinkerpop 3.3.11 -> 3.4.0
Issue-ID: AAI-3889
Change-Id: Iffad56f3dc4ef1c28e89d0c4a3cc351594ff60f9
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/application.properties | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 57987b9..6e2fbcc 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -20,14 +20,14 @@ server.tomcat.max-idle-time=60000 # If you get an application startup failure that the port is already taken # If thats not it, please check if the key-store file path makes sense -server.local.startpath=src/main/resources/ +server.local.startpath=src/main/resources server.basic.auth.location=${server.local.startpath}etc/auth/realm.properties server.port=8449 server.ssl.enabled-protocols=TLSv1.1,TLSv1.2 -server.ssl.key-store=${server.local.startpath}etc/auth/aai_keystore +server.ssl.key-store=${server.local.startpath}/etc/auth/aai_keystore server.ssl.key-store-password=password(OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0) -server.ssl.trust-store=${server.local.startpath}etc/auth/aai_keystore +server.ssl.trust-store=${server.local.startpath}/etc/auth/aai_keystore server.ssl.trust-store-password=password(OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0) server.ssl.client-auth=want server.ssl.key-store-type=JKS @@ -38,7 +38,7 @@ jms.bind.address=tcp://localhost:61450 # dmaap is deprecated and now replaced with kafka spring.kafka.producer.bootstrap-servers=${BOOTSTRAP_SERVERS} spring.kafka.producer.properties.security.protocol=SASL_PLAINTEXT -spring.kafka.producer.properties.sasl.mechanism=SCRAM-SHA-512 +spring.kafka.producer.properties.sasl.mechanism=SCRAM-SHA-512 spring.kafka.producer.key-serializer=org.apache.kafka.common.serialization.StringSerializer spring.kafka.producer.value-serializer=org.apache.kafka.common.serialization.StringSerializer spring.kafka.producer.properties.sasl.jaas.config = ${JAAS_CONFIG} @@ -51,7 +51,7 @@ schema.source.name=onap schema.nodes.location=${server.local.startpath}/schema/${schema.source.name}/oxm/ schema.edges.location=${server.local.startpath}/schema/${schema.source.name}/dbedgerules/ -schema.ingest.file=${server.local.startpath}/application.properties +schema.ingest.file=${server.local.startpath}/application.propertiess # Schema Version Related Attributes @@ -78,9 +78,9 @@ schema.service.nodes.endpoint=nodes?version= schema.service.edges.endpoint=edgerules?version= schema.service.versions.endpoint=versions -schema.service.ssl.key-store=${server.local.startpath}etc/auth/aai_keystore +schema.service.ssl.key-store=${server.local.startpath}/etc/auth/aai_keystore schema.service.ssl.key-store-password=password(OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0) -schema.service.ssl.trust-store=${server.local.startpath}etc/auth/aai_keystore +schema.service.ssl.trust-store=${server.local.startpath}/etc/auth/aai_keystore schema.service.ssl.trust-store-password=password(OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0) aaf.cadi.file=${server.local.startpath}/cadi.properties @@ -89,8 +89,8 @@ aperture.rdbmsname=aai_relational aperture.service.client=no-auth aperture.service.base.url=http://localhost:8457/aai/aperture -aperture.service.ssl.key-store=${server.local.startpath}etc/auth/aai_keystore -aperture.service.ssl.trust-store=${server.local.startpath}etc/auth/aai_keystore +aperture.service.ssl.key-store=${server.local.startpath}/etc/auth/aai_keystore +aperture.service.ssl.trust-store=${server.local.startpath}/etc/auth/aai_keystore aperture.service.ssl.key-store-password=password(OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0) aperture.service.ssl.trust-store-password=password(OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0) aperture.service.timeout-in-milliseconds=300000 |