b3c4f18b94
For now, this endpoint is unprotected, allowing any authenticated user to access it. This hardens the access control. Change-Id: Id35e162a213449527b871c01056779c29239edfa
7 lines
251 B
YAML
7 lines
251 B
YAML
---
|
|
security:
|
|
- |
|
|
The default policy for the ``/v1/storage/dataframes`` endpoint has been
|
|
changed from ``unprotected`` (accessible by any unauthenticated used) to
|
|
``admin_or_owner`` (accessible only by admins or members of the project).
|