Skip to content

Commit

Permalink
Azure env var updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vimal-knoldus committed Oct 3, 2023
1 parent 0b4835c commit a11118a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin-service/azure-deploy-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ spec:
protocol: TCP
env:
- name: COSMOS_KEY
value: CiA9JW2eX7qFTXtHs4rVH4ZjMQh7LWjQnLUjr707Z3t1LZ18wdQXPDbHJZv9kRQtgDAVWSoCzoHDACDbLy5Xyg==
value: IfSwYCdJNGer4D50MjuL74MTP1dzbNcQyKJ62mqxzruLfiAniOkW3QXFxsMhcEkNjyQMMN6oT6QRACDblrDAFQ==
- name: COSMOS_URI
value: https://ntdemoreactivedatabase.documents.azure.com:443/
value: https://az-nashtech-db.documents.azure.com:443/
- name: KAFKA_SERVER
value: ntdemoevtnamespace.servicebus.windows.net:9093
- name: KAFKA_SECURITY_PROTOCOL
value: SASL_SSL
- name: SASL_MECHANISM
value: PLAIN
- name: JASS_CONFIG
value: org.apache.kafka.common.security.plain.PlainLoginModule required username="$ConnectionString" password="Endpoint=sb://ntdemoevtnamespace.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=XzsbkMoEK5pi2GXe/+GMtHcR9GPKi5Oj1+AEhMc+byA=";
value: org.apache.kafka.common.security.plain.PlainLoginModule required username="$ConnectionString" password="Endpoint=sb://ntdemoevtnamespace.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=gSWC/qtR+V3yNzInR79M7h98RbUa07iJg+AEhBtfcPk=";
- name: KEY_SERIALIZER
value: org.apache.kafka.common.serialization.StringSerializer
- name: VALUE_SERIALIZER
Expand Down

0 comments on commit a11118a

Please sign in to comment.