Introduce spring.cloud.streamapp.security.enabled=false in the apps config

This commit is contained in:
Soby Chacko
2018-12-04 11:17:46 -05:00
parent 66a58da8ba
commit c737d3231d
7 changed files with 28 additions and 14 deletions

View File

@@ -12,11 +12,11 @@ spec:
metadata:
labels:
app: log
component: log
component: log
spec:
containers:
- name: log
image: springcloudstream/log-sink-kafka:latest
image: springcloudstream/log-sink-kafka:latest
ports:
- containerPort: 8080
env:
@@ -32,6 +32,8 @@ spec:
value: log-sink.log
- name: MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE
value: logfile,health,info
- name: SPRING_CLOUD_STREAMAPP_SECURITY_ENABLED
value: false
livenessProbe:
httpGet:
path: /actuator/health

View File

@@ -13,11 +13,11 @@ spec:
labels:
app: partitioning-consumer1-sample-kafka
type: acceptance-tests
component: partitioning-consumer1-sample-kafka
component: partitioning-consumer1-sample-kafka
spec:
containers:
- name: partitioning-consumer1-sample
image: springcloudstream/partitioning-consumer-sample-kafka:latest
image: springcloudstream/partitioning-consumer-sample-kafka:latest
ports:
- containerPort: 8080
env:
@@ -29,6 +29,8 @@ spec:
value: partitioning-consumer1-sample-kafka.log
- name: MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE
value: logfile,health,info
- name: SPRING_CLOUD_STREAMAPP_SECURITY_ENABLED
value: false
livenessProbe:
httpGet:
path: /actuator/health

View File

@@ -13,11 +13,11 @@ spec:
labels:
app: partitioning-consumer2-sample-kafka
type: acceptance-tests
component: partitioning-consumer2-sample-kafka
component: partitioning-consumer2-sample-kafka
spec:
containers:
- name: partitioning-consumer2-sample
image: springcloudstream/partitioning-consumer-sample-kafka:latest
image: springcloudstream/partitioning-consumer-sample-kafka:latest
ports:
- containerPort: 8080
env:
@@ -31,6 +31,8 @@ spec:
value: partitioning-consumer2-sample-kafka.log
- name: MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE
value: logfile,health,info
- name: SPRING_CLOUD_STREAMAPP_SECURITY_ENABLED
value: false
livenessProbe:
httpGet:
path: /actuator/health

View File

@@ -13,11 +13,11 @@ spec:
labels:
app: partitioning-consumer3-sample-kafka
type: acceptance-tests
component: partitioning-consumer3-sample-kafka
component: partitioning-consumer3-sample-kafka
spec:
containers:
- name: partitioning-consumer3-sample
image: springcloudstream/partitioning-consumer-sample-kafka:latest
image: springcloudstream/partitioning-consumer-sample-kafka:latest
ports:
- containerPort: 8080
env:
@@ -31,6 +31,8 @@ spec:
value: partitioning-consumer3-sample-kafka.log
- name: MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE
value: logfile,health,info
- name: SPRING_CLOUD_STREAMAPP_SECURITY_ENABLED
value: false
livenessProbe:
httpGet:
path: /actuator/health

View File

@@ -13,11 +13,11 @@ spec:
labels:
app: partitioning-producer-sample-kafka
type: acceptance-tests
component: partitioning-producer-sample-kafka
component: partitioning-producer-sample-kafka
spec:
containers:
- name: partitioning-producer-sample
image: springcloudstream/partitioning-producer-sample-kafka:latest
image: springcloudstream/partitioning-producer-sample-kafka:latest
ports:
- containerPort: 8080
env:
@@ -29,6 +29,8 @@ spec:
value: partitioning-producer-sample-kafka.log
- name: MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE
value: logfile,health,info
- name: SPRING_CLOUD_STREAMAPP_SECURITY_ENABLED
value: false
livenessProbe:
httpGet:
path: /actuator/health

View File

@@ -12,11 +12,11 @@ spec:
metadata:
labels:
app: time
component: time
component: time
spec:
containers:
- name: time
image: springcloudstream/time-source-kafka:latest
image: springcloudstream/time-source-kafka:latest
ports:
- containerPort: 8080
env:
@@ -30,6 +30,8 @@ spec:
value: time-source.log
- name: MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE
value: logfile,health,info
- name: SPRING_CLOUD_STREAMAPP_SECURITY_ENABLED
value: false
livenessProbe:
httpGet:
path: /actuator/health

View File

@@ -13,11 +13,11 @@ spec:
labels:
app: uppercase-transformer-kafka
type: acceptance-tests
component: uppercase-transformer-kafka
component: uppercase-transformer-kafka
spec:
containers:
- name: uppercase-transformer
image: springcloudstream/uppercase-transformer-kafka:latest
image: springcloudstream/uppercase-transformer-kafka:latest
ports:
- containerPort: 8080
env:
@@ -29,6 +29,8 @@ spec:
value: uppercase-transformer-kafka.log
- name: MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE
value: logfile,health,info
- name: SPRING_CLOUD_STREAMAPP_SECURITY_ENABLED
value: false
livenessProbe:
httpGet:
path: /actuator/health