-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optionally exclude archived files from GUI S3 storage listing #3029
Labels
kind/enhancement
New feature or request
Comments
ekazachkova
added a commit
that referenced
this issue
Feb 14, 2023
ekazachkova
added a commit
that referenced
this issue
Feb 14, 2023
…sting - fix for deleted versions and paging
ekazachkova
added a commit
that referenced
this issue
Feb 14, 2023
…sting - fix for default roles test
ekazachkova
added a commit
that referenced
this issue
Feb 16, 2023
…sting - add owner to permissions
mzueva
added a commit
that referenced
this issue
Feb 16, 2023
mzueva
added a commit
that referenced
this issue
Feb 16, 2023
* Issue #3029: Optionally exclude archived files from GUI S3 storage listing * Issue #3029: Optionally exclude archived files from GUI S3 storage listing - role model * Issue #3029: Optionally exclude archived files from GUI S3 storage listing - fix for deleted versions and paging * Issue #3029: Optionally exclude archived files from GUI S3 storage listing - fix for default roles test * Issue #3029: Optionally exclude archived files from GUI S3 storage listing - cleanups * Issue #3029: Optionally exclude archived files from GUI S3 storage listing - cleanups * Issue #3029: Optionally exclude archived files from GUI S3 storage listing - add owner to permissions * Issue #3029 move sql migration to current date --------- Co-authored-by: mzueva <mariia_zueva@epam.com>
mzueva
added a commit
that referenced
this issue
Feb 17, 2023
* Issue #3029: Optionally exclude archived files from GUI S3 storage listing * Issue #3029: Optionally exclude archived files from GUI S3 storage listing - role model * Issue #3029: Optionally exclude archived files from GUI S3 storage listing - fix for deleted versions and paging * Issue #3029: Optionally exclude archived files from GUI S3 storage listing - fix for default roles test * Issue #3029: Optionally exclude archived files from GUI S3 storage listing - cleanups * Issue #3029: Optionally exclude archived files from GUI S3 storage listing - cleanups * Issue #3029: Optionally exclude archived files from GUI S3 storage listing - add owner to permissions * Issue #3029 move sql migration to current date --------- Co-authored-by: mzueva <mariia_zueva@epam.com>
mzueva
pushed a commit
that referenced
this issue
Feb 28, 2023
…sting - fix for tags browsing (#3097)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
In addition to #3020 GUI shall also support excluding of the archived files from the S3 storage listing. Browsing of archived files shall be available only to users with predefined roles
ROLE_STORAGE_ARCHIVE_MANAGER
orROLE_STORAGE_ARCHIVE_READER
(along with read permission to the bucket itself).Approach
ROLE_STORAGE_ARCHIVE_MANAGER
,ROLE_STORAGE_ARCHIVE_READER
showArchive
, to enable/disable browsing of archive files. False by default.showArchive
option is allowed only for admin users, bucket owner and users with roles aboveshow archive
checkbox to the storage GUIThe text was updated successfully, but these errors were encountered: