Javier Adriel
c509e5db70
API to receive an email address and set it ( #2095 )
...
* Generate swagger code for new endpoints
* Implemetn swagger APIs
* Add unit tests
2022-06-09 16:13:46 -07:00
Alex
5a8e029005
Added Initial Time support to Prometheus dashboard ( #2099 )
...
Incremented initial time for data usage growth chart
2022-06-09 15:52:12 -07:00
Alex
e3d96b5bb3
Updated React router to V6 ( #2107 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-06-09 15:37:21 -07:00
jinapurapu
d09d6e1e99
Filtered list of policies being applied to group to remove duplicates ( #2091 )
2022-06-06 16:11:36 -07:00
jinapurapu
e7a36a1ff1
Assign policy for Multiple groups ( #2086 )
2022-06-03 21:54:06 -07:00
Cesar Celis Hernandez
d956ec65a2
Cover errors in registerAdminArnsHandlers ( #2059 )
...
To cover errors in registerAdminArnsHandlers
2022-05-31 12:42:16 -07:00
Alex
b02e649405
Fixed dashboards capacity Widgets ( #2055 )
...
- Added new calculation for prometheus capacity
- Added indicator colors to capacity widgets
- Adjusted capacity in drives for common dashboard
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-05-31 10:03:58 -05:00
Cesar Celis Hernandez
68e98be376
Add test for registerAdminArnsHandlers ( #2053 )
2022-05-30 21:39:55 -07:00
Daniel Valdivia
9c5d4aaf11
Move Create Tenant to Thunk ( #2043 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-05-26 16:47:39 -07:00
Daniel Valdivia
b420ef3c1f
Logs, Watch Slices to replace old reducers, Split Tenant Add slice ( #2035 )
...
Logs, Watch Slices to replace old reducers
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-05-25 19:12:07 -05:00
adfost
6b7948b6cd
Get access rules test and test for adding access rule to non existent bucket ( #1998 )
2022-05-25 18:04:01 -05:00
jinapurapu
fce2a148b8
Populate AddUserServiceAccount policy restrictor with user permissions ( #1987 )
...
Created api to generate single JSON including all user permissions to populate AddUserServiceAccount policy restrictor
2022-05-25 11:34:26 -07:00
jinapurapu
5fff9ebfd4
Warn if deleting user with associated Service Account ( #2022 )
...
Created api to check if users have service accounts before deleting, UI to display warning and users with associated accounts
2022-05-23 00:14:24 -05:00
Alex
a160b92529
Display temporal paths when a policy has prefixes to allow navigation ( #2011 )
...
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-05-19 00:40:52 -05:00
Harshavardhana
1d23bf3d04
update to latest mc ( #2002 )
2022-05-14 15:50:59 -07:00
Lenin Alevski
1532cc0e70
Support for special characters and remove buggy functions ( #1977 )
...
- remove the use of encodeURI and encodeURIComponent functions and
instead use encodeFileName and decodeFileName functions
- support for users with special characters
- support for users with special characters
- support for users with special characters
- fixed incorrectly group list display for policies
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-05-13 13:13:56 -07:00
adfost
38c74bdfa7
Reset config test and verb change to POST ( #1986 )
2022-05-11 22:31:40 -07:00
adfost
117da114dc
Integration Tests for Get config ( #1966 )
2022-05-11 22:06:19 -07:00
Harshavardhana
9edeafb0ec
remove additional {} from prometheus query
2022-05-11 11:25:29 -07:00
Daniel Valdivia
f409049a51
Tests for delete bucket and config functions ( #1976 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-05-11 09:39:43 -07:00
Harshavardhana
624d9d9c4a
start using xnet and simplify URL handling ( #1960 )
2022-05-09 11:24:43 -07:00
Klaus Post
6d22aa9955
Add streaming zip downloads ( #1956 )
...
Do not keep either objects nor the intermediate zip file in memory, and stream both the final zip and the objects as they are read.
Existing code can easily OOM the server.
2022-05-06 11:14:05 -07:00
Harshavardhana
3bfdbb5ec7
add support for additional prometheus labels for query ( #1936 )
2022-05-05 13:44:10 -07:00
Daniel Valdivia
c741e9ccae
Release v0.16.2 ( #1945 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-05-03 11:33:42 -07:00
jinapurapu
ab835286b0
Add Service Account Policy restriction improvement ( #1921 )
2022-05-03 11:03:57 -07:00
jinapurapu
427b9b4892
Integration test for PolicyNameContainsSpace ( #1940 )
2022-05-02 17:35:01 -05:00
jinapurapu
34adc5451d
Disabled Save button on Add Policy Screen if policy name contains space ( #1937 )
2022-05-02 15:08:11 -07:00
adfost
224e8d4bba
More groups tests ( #1923 )
2022-05-02 11:25:21 -05:00
Lenin Alevski
566fb27fc1
Error and Audit logger webhooks ( #1855 )
...
Similar to MinIO now it's possible to configure webhooks to log all
triggered errors and incomming requests via env variables:
```
CONSOLE_LOGGER_WEBHOOK_ENABLE_<ID>
CONSOLE_LOGGER_WEBHOOK_ENDPOINT_<ID>
CONSOLE_LOGGER_WEBHOOK_AUTH_TOKEN_<ID>
CONSOLE_LOGGER_WEBHOOK_CLIENT_CERT_<ID>
CONSOLE_LOGGER_WEBHOOK_CLIENT_KEY_<ID>
CONSOLE_LOGGER_WEBHOOK_QUEUE_SIZE_<ID>
CONSOLE_AUDIT_WEBHOOK_ENABLE_<ID>
CONSOLE_AUDIT_WEBHOOK_ENDPOINT_<ID>
CONSOLE_AUDIT_WEBHOOK_AUTH_TOKEN_<ID>
CONSOLE_AUDIT_WEBHOOK_CLIENT_CERT_<ID>
CONSOLE_AUDIT_WEBHOOK_QUEUE_SIZE_<ID>
```
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-04-28 12:55:06 -07:00
adfost
c68c175827
committing new tests ( #1879 )
2022-04-28 11:52:37 -05:00
Lenin Alevski
f026ffffc8
Fix profiling endpoint and adding tests ( #1917 )
...
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-04-27 20:07:32 -07:00
Daniel Valdivia
cf0212391e
Console Swagger Module Reorganization ( #1881 )
...
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
Co-authored-by: Prakash Senthil Vel <23444145+prakashsvmx@users.noreply.github.com >
2022-04-27 11:45:04 -07:00
Daniel Valdivia
3040d468db
Release v0.16.0 ( #1904 )
2022-04-25 15:41:06 -07:00
jinapurapu
870cef7b65
Added error handling for group already existing ( #1902 )
2022-04-25 15:42:50 -05:00
Daniel Valdivia
d9843d50cd
Fix Subpath parsing ( #1900 )
2022-04-25 15:23:40 -05:00
Cesar Celis Hernandez
3291b3ca45
Test change password response ( #1877 )
2022-04-20 13:38:49 -05:00
Cesar Celis Hernandez
9b7fdfd286
Removing unnecessary error check ( #1876 )
2022-04-20 11:07:16 -05:00
Daniel Valdivia
86797cda20
Test for Get Object with Preview ( #1848 )
...
* Test for Get Object with Preview
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-04-18 14:03:06 -05:00
Cesar Celis Hernandez
50bc755b44
Test invalid url in getWatchOptionsFromReq() ( #1850 )
2022-04-18 07:25:21 -07:00
Daniel Valdivia
b36aed8845
Adds support to proxy WS requests on Hop ( #1857 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-04-17 23:16:12 -07:00
Cesar Celis Hernandez
75fc68cd18
correcting error message to be same as our code ( #1851 )
2022-04-14 14:55:32 -07:00
Daniel Valdivia
f2c187bf7c
Fix early context cancellation when downloading/previewing object ( #1846 )
...
* Fix early context cancellation when downloading/previewing object
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-04-14 09:44:08 -07:00
Prakash Senthil Vel
d1d3d91fc1
Site replication status ( #1834 )
...
Site replication status UI
Site replication status ui-test
Address review comment by Alex
Add functional test for API
Add integration tests for status API
2022-04-14 00:21:43 -07:00
Lenin Alevski
68f9019d0e
Fix: compress health diagnostics file when download ( #1821 )
2022-04-12 18:29:19 -07:00
Shireesh Anjal
d8e7d343ba
Update madmin-go and mc to latest versions ( #1832 )
2022-04-12 18:41:11 -05:00
Cesar Celis Hernandez
0e5561032c
Adding unittest for user_watch.go ( #1833 )
2022-04-12 16:28:48 -07:00
Daniel Valdivia
fc490a1ca8
Release v0.15.11 ( #1830 )
2022-04-11 20:32:10 -07:00
Daniel Valdivia
6e6aab580c
Replace aws:username, jwt: and ldap: policy variables in session policies ( #1828 )
...
* Replace username variable in session policies
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-04-11 20:01:49 -07:00
Daniel Valdivia
564cfa2201
Remove ResponseHeaderTimeout from default http transport ( #1827 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-04-11 17:18:22 -07:00
Lenin Alevski
398ab028a4
Removing hardcoded timeouts ( #1826 )
...
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-04-11 16:20:30 -07:00