Javier Adriel
a73b710313
Change updates service url ( #2658 )
2023-02-14 12:56:45 -06:00
Alex
de4ff1c1f0
Call Home Enabled in console ( #2248 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-02-13 15:04:35 -08:00
Javier Adriel
a6637f18c8
Add fields to read json metadata ( #2652 )
2023-02-10 13:48:47 -06:00
Alex
d4031ee7b5
Display override settings with env variables ( #2636 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-02-10 11:28:54 -08:00
Javier Adriel
6fbb4b568b
Add handlers that will communicate with release service ( #2651 )
2023-02-09 12:49:07 -08:00
Alex
f0b39a6b6b
Updated copyright tags to 2023 ( #2631 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-02-06 20:32:49 -08:00
Daniel Valdivia
24fdf3487b
Move Register Component to Redux ( #2630 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2023-02-06 13:51:39 -08:00
Anis Elleuch
34d62837fd
Trust STS IDP connection when the url is localhost ( #2603 )
...
During SSO login, Console contacts MinIO server to generate new temporary credentials. When TLS is enabled, setting up a correct TLS certificate is something that needs to be done correctly by the user. However, recently, we started to skip the TLS verification when Console talks to MinIO server using a loopback address, but we missed the case of Console generating temporary credentials in case of IDP. This commit will get the configured MinIO server url to decide if the STS call needs to skip the TLS verification or not.
Co-authored-by: Anis Elleuch <anis@min.io >
2023-01-27 14:26:30 -08:00
Daniel Valdivia
b218cbf503
Anonymous Access ( #2600 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2023-01-27 12:23:30 -08:00
Daniel Valdivia
3a0e4c4f8c
License Meta Tag ( #2601 )
...
Introduces a meta tag `minio-license` so that we can render the proper logo on login and menu
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2023-01-25 13:18:41 -08:00
Javier Adriel
b34b05f059
Tests for getTenantMonitoringResponse, getTenantUsage and getTenantPods ( #2599 )
2023-01-24 21:28:46 -06:00
Alex
4c37afb446
Removed Force Delete from delete multiple objects request ( #2592 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-01-23 19:53:20 -08:00
Harshavardhana
be39cb5af3
update gorilla/websocket to minio/websocket ( #2587 )
2023-01-23 13:48:21 -06:00
Javier Adriel
ccaaa21f16
Move adminClientMock methods to single file ( #2583 )
2023-01-23 10:10:51 -06:00
Alex
9321e00d0a
Made Improvements to Console System ( #2579 )
...
- Removed Lato font references in code making Inter font as default
- Rejected direct requests to static assets folders
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-01-19 11:15:28 -08:00
Daniel Valdivia
37db97dba9
Tests for User Objects ( #2574 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2023-01-12 11:56:26 -08:00
Javier Adriel
1bad4c3da6
Add KMS UI ( #2377 )
...
Adds components to interact with KMS server connected to minio
2023-01-11 10:57:53 -08:00
Daniel Valdivia
944b56751d
Remove GKE Integration ( #2552 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2023-01-05 17:54:12 -06:00
Javier Adriel
756f0048f0
Add tests for admin info ( #2553 )
2023-01-05 14:54:00 -08:00
Daniel Valdivia
1cb2fca7a5
Increase coverage ( #2551 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2023-01-05 14:36:21 -08:00
Alex
255e3d14d0
Added delete governance bypass option when deleting file versions ( #2536 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-01-03 10:35:37 -08:00
Cesar Celis Hernandez
4c4094420b
Ignoring message from MinIO ( #2515 )
...
As discussed with @harshavardhana , we should ignore the message on delete in the API. After @poornas changed in PR https://github.com/minio/minio/pull/16221 this message is expected and cannot be considered as an error.
2022-12-16 12:16:19 -08:00
Alex
f61d0a68d5
Implements CONSOLE_DEV_MODE env var ( #2517 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-12-16 13:32:52 -06:00
Alex
35541ef323
Fixed Delete all object versions selector functionality ( #2516 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-12-16 11:07:40 -06:00
Daniel Valdivia
f557c4c550
Split Object Browser and Buckets Admin ( #2500 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-12-14 16:20:13 -08:00
Javier Adriel
006490c753
Add admin subnet tests ( #2490 )
2022-12-11 23:16:30 -08:00
Harshavardhana
8abbbb4625
avoid printing random logs ( #2489 )
2022-12-08 07:54:21 -08:00
Javier Adriel
a5e3c89a54
Implement handlers for managing IDP (OpenID and LDAP) Configurations ( #2485 )
2022-12-06 14:33:17 -06:00
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
Alex
d95d59e454
Changed Object browser logic to work with websockets ( #2419 )
...
fixes https://github.com/minio/console/issues/943
## What does this do?
This allows us to start streaming results to the list instead of waiting
to retrieve all the objects list before sending it to the client
Included a couple of fixes:
- Removed metadata for deleted items
- Fixed multiple metadata requests
- Fixed height grow for parent wrapper
- Fixed object reload after restore version
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-12-06 11:23:07 -08:00
Harshavardhana
08ea069ed4
change doc URL if UI is running in k8s ( #2484 )
...
Co-authored-by: Prakash Senthil Vel <23444145+prakashsvmx@users.noreply.github.com >
2022-12-06 09:53:01 -08:00
Javier Adriel
e7a41b4cd9
Call end_session_endpoint in IDP provider when login out from Console ( #2476 )
2022-12-05 18:14:41 -06:00
Aditya Manthramurthy
5800d01406
Bump up madmin-go to v2 ( #2479 )
2022-12-01 20:55:21 -08:00
Javier Adriel
c12a931dbf
Update madmin-go ( #2460 )
2022-11-15 20:29:36 -06:00
Anis Elleuch
ec1ba16ef7
prom: Fix leak when a call fails with the prometheus endpoint ( #2456 )
2022-11-15 12:09:58 -06:00
dilverse
7b389fc323
Add erasure info support ( #2446 )
...
Make it easier for user to see backend properties like backend-type,
Standard storage class Parity and Reduced Redundancy storage class
Parity
Co-authored-by: Prakash Senthil Vel <23444145+prakashsvmx@users.noreply.github.com >
2022-11-10 09:24:39 -08:00
Harshavardhana
8af1bcd35c
re-enable TestInspect() test ( #2436 )
2022-11-07 14:20:57 -08:00
Klaus Post
2ff44df636
Add inspection v2 (always encrypted) option. ( #2386 )
...
Depends on: https://github.com/minio/minio/pull/15474 for functionality
(which depends on this)
Blocks: https://github.com/minio/minio/pull/15474
Keep v1 if non-encrypted and decrypt it.
Otherwise if encrypted, use a fixed public key.
2022-11-02 10:35:45 -07:00
jinapurapu
0ae1ace8fe
Move tier status logic to backend ( #2418 )
2022-10-31 13:25:59 -06:00
Alex
dab4eb7664
Fixes to Multiple IDP support in console ( #2392 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-10-20 20:08:54 -05:00
Anis Elleuch
40f64709a6
Skip TLS verif for local address ( #2323 )
...
Since the console is talking locally to MinIO, skip the TLS verification
if any.
This will allow users to avoid defining the correct MINIO_SERVER_URL
domain address, when TLS is enabled, is useful in a bare-metal setup.
2022-10-17 12:34:05 -07:00
jinapurapu
9532aa9500
Fixed handling of nil usage in getUsageWidgetsForDeployment ( #2378 )
2022-10-13 22:05:59 -05:00
Prakash Senthil Vel
ec3deed38e
Site replication support for different accesskey and secretkey in different sites ( #2350 )
2022-10-13 17:11:29 -07:00
Javier Adriel
9587e4105f
Add missing KMS handlers for version, apis and metrics ( #2376 )
2022-10-12 12:00:48 -07:00
Javier Adriel
915c10b4b8
Add kms to list of enable features if available ( #2373 )
2022-10-11 15:02:31 -07:00
Daniel Valdivia
0c778f57d3
Add Server Metrics Info Tab ( #2340 )
2022-10-07 21:19:40 -07:00
Javier Adriel
59b7406dd7
Implement KMS handlers ( #2367 )
2022-10-07 10:50:17 -07:00
Lenin Alevski
9e7a40abc8
Add support for manual edit of KES configuration file ( #2354 )
...
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-10-07 10:15:56 -05:00
Harshavardhana
f8475af5a6
do not log random errors using Go logger ( #2355 )
...
we need to make sure that we print in consistent
format for the logs, remove the unnecessary logs
everywhere used via `log.Print*`
2022-10-04 10:39:28 -07:00
Harshavardhana
413870e995
update madmin-go and mc deps for new changes ( #2352 )
2022-10-02 23:04:34 -07:00