Alex
226e8eeef2
Added delete all replication rules capability ( #1579 )
2022-02-15 17:14:23 -08:00
Prakash Senthil Vel
951d3bf6dc
Inspect API ( #1540 )
...
* Inspect API
* Address review comments
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-02-15 16:14:51 -08:00
Alex
81714bbbed
Added lifecycle rules to multiple buckets at once support ( #1566 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2022-02-15 09:47:28 -08:00
adfost
2988de4025
adding edit service account api/ui ( #1545 )
...
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2022-02-10 17:18:57 -08:00
Alex
6a7f042d6c
Fixed logic for add lifecycle rules ( #1553 )
...
- Removed support to fixed date lifecycle rules according resolution of https://github.com/minio/console/issues/1527
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-02-10 16:50:27 -08:00
Alex
5fd82ca6e9
Added delete bucket lifecycle rule capability ( #1547 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2022-02-10 16:25:59 -08:00
Alex
32a3094386
Added lifecycle rule edit capability ( #1539 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2022-02-10 09:34:56 -08:00
Alex
c8fdadde39
Implemented edit lifecycle API ( #1533 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-02-09 14:30:22 -06:00
jinapurapu
090b7e5e26
Changed HTTP verb to DELETE for DeleteMultipleServiceAccounts ( #1526 )
2022-02-07 19:51:40 -08:00
Lenin Alevski
297c980a8d
Read subnet proxy configuration from minio or env var ( #1511 )
...
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-02-03 10:04:35 -08:00
jinapurapu
e5d2752436
Added multidelete function for Service Accounts ( #1501 )
...
Added multidelete function for Service Accounts
2022-02-02 10:21:56 -08:00
adfost
63d3c7207d
Service Account Policy API ( #1425 )
...
* service account policy
* integration test
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-01-31 13:37:00 -08:00
Harshavardhana
1e00111b00
remove quota FIFO support ( #1492 )
2022-01-31 11:10:06 -06:00
Cesar Celis Hernandez
4a1ccf19a0
Removing unused parameters ( #1465 )
2022-01-28 21:24:53 -06:00
Lenin Alevski
c82782fe9f
Adding support for configuring subnet proxy ( #1460 )
...
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-01-26 09:53:11 -08:00
Lenin Alevski
41b34645f9
Subnet cluster registration ( #1338 )
...
- Removed old registration flow
- Add support for new online and offline cluster registration flow
- Support login accounts with mfa enabled
- Registration screens
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-01-23 21:42:00 -08:00
adfost
3ba7b34b25
Delete all versions ( #1376 )
...
* delete all versions
* style
Co-authored-by: Prakash Senthil Vel <23444145+prakashsvmx@users.noreply.github.com >
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-01-20 17:28:52 -08:00
Alex
7edab62651
Added new features to bucket replication rules panel ( #1412 )
...
- Added Edit option for replication
- Sorted by priority in replication list
- Fixed an issue where storage class was not saved for replication rule
- Added metadata replication selector to both add & edit windows
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2022-01-19 23:29:57 -08:00
Alex
257f02c554
Added priority selector to add replication screen ( #1396 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2022-01-14 10:33:37 -08:00
Lenin Alevski
5ee3ef4fe4
Validate requests to logSearchApi endpoint ( #1375 )
...
- Previously any user with a validate session in console could query the
`/api/v1/logs/search` endpoint which was not ideal, now we are
limiting that to users with the `admin:OBDInfo` iam action
- Removing deprecated `has-permission` endpoint and backend code
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-01-11 11:08:30 -08:00
adfost
b2f38200f7
Custom Policies for Buckets ( #1332 )
...
* custom policies
* fixing error
* add formatting
2021-12-28 20:21:29 -06:00
Alex
dd488e4f7a
Created a new API exclusive for metadata information ( #1321 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2021-12-15 10:50:34 -06:00
Lenin Alevski
3b2c740fe0
Application routing now uses SecureComponent and hasPermission function ( #1288 )
...
- Some menu options were not showing even if the user has access to
perform the operations (IAM Policies)
- Deleted unecessary backend endpoints.go logic, instead using
SecureComponent to validate application routes and Menu options
rendering
- All the logic related to routes and permissions is now in the
permissions.ts file
- Added SecureComponent to List Users page
- Separated Menu options and routing logic for AdminConsole and
OperatorConsole
- Tools are hidden if user don't have access to them or MinIO is running
in fs mode (heal, audit log, etc
- Hide change-password button if user don't have access
- Hide create user button if user don't have access
- fixed some bugs when ldap/oidc is enabled
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2021-12-13 22:37:22 -08:00
Alex
bf126d3a84
Added fallback to default dashboard in case Prometheus is not accesible ( #1302 )
2021-12-07 13:39:50 -08:00
Alex
35855daa12
Added reset configuration option to settings pages ( #1292 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2021-12-07 10:41:52 -08:00
Lenin Alevski
aae493ac82
Re-implement policy handling in react ( #1234 )
...
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2021-11-18 08:25:01 -08:00
adfost
000071e414
Add Tagging for Buckets to Console ( #1193 )
2021-11-11 18:36:18 -08:00
Alex
8102ab7e35
Added speedtest page & updated diagnostic page ( #1099 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-11-11 16:04:18 -08:00
Lenin Alevski
34dc51a579
Fixed broken oauth2 login for operator ( #1217 )
...
This PR includes many fixes and refactors for oauth2 authentication and
login endpoints, ie:
- Invalid login returns `403` instead of `500` error
- Removed the session token from console/operator `user credentials
login`, `oauth flow login` and `change-password` api responses
- Removed session token from localStorage
- Added styles for oauth_callback page and display more descriptive
errors for debugging
- Success logins returns `204` instead of `200`
- Removed unused swagger apis and code from both, operator and console
projects
- Operator `Oauth2` login flow was not validating anything, now it does
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2021-11-11 14:46:14 -08:00
Alex
acd785dfe0
Added support to restore versions in object details ( #1181 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2021-11-02 17:59:52 -07:00
Lenin Alevski
184f864873
Dynamic UI components ( #1162 )
...
Hide/Show UI components based on the IAM policy of the current user
- Buckets lists: hide/show manage button
- Bucket admin page: left menu items enable/disable
- Bucket admin page: bucket configuration buttons are enabled/disabled
- Bucket admin page: hide/show create buttons
- Bucket admin page: enable/disable requests to backend service
- Object browser: hide/show bucket buttons for upload, delete, etc
- Object browser: hide/show bucket configuration button
- Object details: hide/show object buttons, ie: delete
- Object details: hide/show object attributes, ie: legal hold,
retention, tags, etc
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-11-02 17:34:39 -07:00
Lenin Alevski
410b4555e3
Refactor session token ( #1109 )
...
- Update operator dependency
- Don't store policy on session token, instead obtain it during session
validation
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2021-10-12 21:25:02 -07:00
Daniel Valdivia
64e38ca8d3
List buckets re-design ( #1058 )
...
* New Bucket Listing
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
Co-authored-by: Lenin Alevski <alevsk.8772@gmail.com >
2021-09-20 11:13:34 -07:00
adfost
8f202ef5a4
Allow set policy to none ( #1039 )
...
* policy bug fix
* rename button
Co-authored-by: Adam Stafford <adamstafford@Adams-MacBook-Pro.local >
2021-09-13 17:46:09 -07:00
adfost
1d88bb491d
Disable create service account button if no policy ( #1006 )
...
* disable button if no policies
* merge fix
* finding group policies
* fixing style
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
Co-authored-by: Adam Stafford <adamstafford@Adams-MacBook-Pro.local >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2021-09-07 15:02:04 -07:00
jinapurapu
7bf3a6e3f1
Basic dashboard drives ( #998 )
...
* Added Disk properties to admin_info
* Added Disk properties to admin_info
* Created DriveInfo cards
* Fixed drive card formatting
* Added Disk properties to admin_info
Created DriveInfo cards
Added Disk properties to admin_info
Fixed drive card formatting
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-09-01 17:07:15 -07:00
Alex
ddd4ab54a7
Added support to object browser for file preview ( #995 )
2021-09-01 10:39:17 -07:00
adfost
849132fa19
Adding accesskey and secretkey for service accounts ( #985 )
...
* adding accesskey and secretkey for service accounts
* simplifying functions
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
Co-authored-by: Adam Stafford <adamstafford@Adams-MacBook-Pro.local >
2021-09-01 11:54:13 -05:00
Alex
6cb8c51754
Restructured basic dashboard elements ( #988 )
...
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2021-08-27 12:59:41 -05:00
adfost
1f1537fd60
access rule delete bug fix ( #978 )
...
Co-authored-by: Adam Stafford <adamstafford@Adams-MacBook-Pro.local >
2021-08-24 16:22:47 -07:00
jinapurapu
4306d0f661
Added Server Info array to Basic dashboard ( #963 )
...
* Added Servers array to admin_info api
* Added TableWrapper, wrap
* Created Server table
* Added Servers array to admin_info api
Added TableWrapper, wrap
Created Server table
* Removed testing element
* Formatted server uptime with niceDays
* Added Servers array to admin_info api
Added TableWrapper, wrap
Created Server table
* Removed testing element
* Formatted server uptime with niceDays
* Formatted uptime using niceDays
* Sorted server table by endpoint
Co-authored-by: Harshavardhana <harsha@minio.io >
2021-08-24 11:13:26 -07:00
adfost
7ec391b6e0
Add user service account ( #966 )
...
* add user service account
* changing API
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
Co-authored-by: Adam Stafford <adamstafford@Adams-MacBook-Pro.local >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2021-08-23 21:36:55 -07:00
adfost
4e8763995e
Access Rules for bucket ( #941 )
...
* access rules
* separate DELETE API call
Co-authored-by: Adam Stafford <adamstafford@Adams-MacBook-Pro.local >
2021-08-16 19:41:35 -07:00
Daniel Valdivia
cabb60bd3f
Remove Dupplicate Swagger definitions ( #954 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-08-16 16:07:18 -05:00
Daniel Valdivia
a5a8d2ef62
Select policies while creating new user ( #928 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-08-06 16:41:38 -07:00
Alex
283a00bde2
Added custom metadata to object details ( #914 )
...
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2021-08-02 10:20:29 -07:00
Alex
a2cde72347
Returned full error to browser. ( #897 )
...
This is first step of new error handling. UI rework will be done
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2021-07-26 16:25:55 -07:00
Alex
4fdf9a1190
Fixed encoding & URL issues for users & groups pages ( #896 )
...
* Fixed encoding & URL issues for users & groups pages
* Update portal-ui/src/screens/Console/Users/ListUsers.tsx
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-07-23 18:37:34 -07:00
adfost
2e1e4e4e80
Delete multiple objects ( #856 )
...
* delete multiple objects
* fixing capitalization
* make assets
Co-authored-by: Adam Stafford <adam@minio.io >
Co-authored-by: Adam Stafford <adamstafford@Adams-MacBook-Pro.local >
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-07-21 15:49:20 -07:00
Alex
dd0b791d9d
Added FS Support & blocked non usable functionality in console ( #880 )
...
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-07-20 19:02:33 -07:00