Skip to content

Commit

Permalink
Add /schema/versions and /schema/targets to dataflow-server-defaults.…
Browse files Browse the repository at this point in the history
…yml for VIEW role.

Fixes #5457
  • Loading branch information
corneil committed Sep 8, 2023
1 parent 4c7e1e2 commit c69e4e0
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,13 @@ spring:
- GET /runtime/apps => hasRole('ROLE_VIEW')
- GET /runtime/apps/** => hasRole('ROLE_VIEW')

# Schema Versions
- GET /schema/versions => hasRole('ROLE_VIEW')

# Schema Targets
- GET /schema/targets => hasRole('ROLE_VIEW')
- GET /schema/targets/* => hasRole('ROLE_VIEW')

# Stream Definitions

- GET /streams/definitions => hasRole('ROLE_VIEW')
Expand Down

0 comments on commit c69e4e0

Please sign in to comment.