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

Commit c408bb6

Browse files
committed
Fix streams/logs REST endpoint Authorization rule
Resolves #4434
1 parent 93d5c4c commit c408bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

191191
# Task Definitions
192192

0 commit comments

Comments
 (0)