Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit b12732d

Browse files
committed
Revert "Fix stream logs REST endpoint access"
This reverts commit 53de320.
1 parent 53de320 commit b12732d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spring-cloud-dataflow-server-core/src/main/resources/META-INF/dataflow-server-defaults.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,7 @@ spring:
186186
- GET /streams/validation/* => hasRole('ROLE_VIEW')
187187

188188
# Stream Logs
189-
- GET /streams/logs => hasRole('ROLE_VIEW')
190-
- GET /streams/logs/* => hasRole('ROLE_VIEW')
191-
- GET /streams/logs/*/* => hasRole('ROLE_VIEW')
189+
- GET /streams/logs/** => hasRole('ROLE_VIEW')
192190

193191
# Task Definitions
194192

0 commit comments

Comments
 (0)