jinapurapu
7f55b71495
Add backend tier status checking to all tier types ( #2420 )
...
Moves Tier status check to backend for all Tier types.


Co-authored-by: Jillian Inapurapu <jillii@Jillians-MBP.attlocal.net >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2022-12-06 12:13:14 -08:00
Aditya Manthramurthy
5800d01406
Bump up madmin-go to v2 ( #2479 )
2022-12-01 20:55:21 -08:00
jinapurapu
0ae1ace8fe
Move tier status logic to backend ( #2418 )
2022-10-31 13:25:59 -06:00
jinapurapu
024ab1212b
Add Minio tier type ( #2302 )
2022-09-15 14:00:39 -05:00
Alex
f26786c904
Fixed Tiers load when information from tierStats is not available ( #2191 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-07-22 12:40:38 -07:00
Harshavardhana
3bfdbb5ec7
add support for additional prometheus labels for query ( #1936 )
2022-05-05 13:44:10 -07: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
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
Lenin Alevski
398ab028a4
Removing hardcoded timeouts ( #1826 )
...
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-04-11 16:20:30 -07:00
adfost
f30450c3c1
Adding usage objects and versions to tiers ( #1796 )
2022-04-05 22:31:09 -07:00
Daniel Valdivia
ff7c305345
Remove the last k8s import on restapi ( #877 )
...
* Remove the last k8s import on restapi
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-07-19 19:17:56 -05:00
Daniel Valdivia
982ff0da5e
Split Operator and Management API into different Swagger files ( #875 )
...
* Split Operator and Management API into different Swagger files
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
* Linting
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-07-19 11:48:50 -07:00
Harshavardhana
07fbb8b8f7
rewrite logging in console ( #788 )
...
- enhance logging throughout the codebase
- all packages at pkg/ should never log
or perform log.Fatal() instead packages
should return errors through functions.
- simplified various user, group mapping
and removed redundant functions.
- deprecate older flags like --tls-certificate
--tls-key and --tls-ca as we do not use
them anymore, keep them for backward compatibility
for some time.
2021-06-04 11:35:55 -07:00
Harshavardhana
eff001b12f
move to madmin-go/, pkg/ packages ( #765 )
2021-06-01 11:34:55 -07:00
Alex
62d762318f
Tiers & lifecycle implementation ( #638 )
2021-04-24 14:31:47 -07:00
Alex
6f98ecc59f
Revert "Tiers & lifecycle implementation ( #615 )" ( #636 )
...
This reverts commit ac77b8b441 .
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2021-03-09 14:07:53 -08:00
Alex
ac77b8b441
Tiers & lifecycle implementation ( #615 )
...
* Tiers & lifecycle implementation
* Add a feature flag for ILM
* Update pkg/auth/idp/oauth2/provider.go
Co-authored-by: Lenin Alevski <alevsk.8772@gmail.com >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com >
Co-authored-by: Lenin Alevski <alevsk.8772@gmail.com >
2021-03-09 12:36:48 -08:00