Skip to content

Commit d48e5d1

Browse files
authored
Update application.yaml
1 parent 2561073 commit d48e5d1

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

srv/src/main/resources/application.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,13 @@ cds:
5353
kind: enterprise-messaging
5454
format: cloudevents
5555
subscribe-prefix: sap/S4HANAOD/java/ce/
56-
ucl:
57-
x509:
58-
cert-issuer: "CN=SAP PKI Certificate Service Client CA,OU=SAP BTP Clients,O=SAP SE,L=cf-eu10,C=DE"
59-
cert-subject: "CN=cmp-prod,OU=SAP Cloud Platform Clients,OU=cmp-cf-eu10,O=SAP SE,L=Prod,C=DE"
56+
security:
57+
authentication:
58+
authenticateMetadataEndpoints: false
59+
# ucl:
60+
# x509:
61+
# cert-issuer: "CN=SAP PKI Certificate Service Client CA,OU=SAP BTP Clients,O=SAP SE,L=cf-eu10,C=DE"
62+
# cert-subject: "CN=cmp-prod,OU=SAP Cloud Platform Clients,OU=cmp-cf-eu10,O=SAP SE,L=Prod,C=DE"
6063
---
6164
spring:
6265
config.activate.on-profile: sandbox

0 commit comments

Comments
 (0)