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
Harshavardhana
5cf2b736e1
ignore configs with no KVs and simplify config builder ( #2342 )
...
convert all \n to ','
2022-09-30 00:16:47 -07:00
Alex
d1511c5eb0
Limit concurrent downloads & uploads ( #2313 )
2022-09-23 10:35:55 -07:00
Aditya Manthramurthy
fc95ab8658
Fix oauth state generation for OIDC login ( #2333 )
...
This is a regression from 118cf97e1d when
env var support for passing console configuration from MinIO was
removed.
This change ensures that all MinIO nodes in a cluster are able to verify
state tokens generated by other nodes in the cluster. Without this, it
is necessary to use sticky sessions in a loadbalancer to ensure that
OIDC authorization code login flow steps for a client happens on the
same minio node.
Fixes https://github.com/minio/minio/issues/15527
2022-09-23 10:30:45 -05:00
Daryl White
bebe860903
Updating documentation links to new URLs ( #2325 )
...
The new doc site has launched, and all docs have new URLs.
This PR updates the documentation URLs in the Console to point to the
new locations.
2022-09-22 22:37:32 -07:00
Javier Adriel
17ad2cfd14
Add dummy endpoints for kms integration ( #2301 )
...
Add dummy endpoints for kms integration
Implementation will come in another PR
2022-09-20 16:09:30 -07:00
Daniel Valdivia
4ac6ecb558
Return 401 for Login Errors ( #2312 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-09-15 15:33:53 -05:00
jinapurapu
024ab1212b
Add Minio tier type ( #2302 )
2022-09-15 14:00:39 -05:00
Lenin Alevski
cc581c6a9e
fix: login function was returning fixed error ( #2308 )
2022-09-11 23:28:07 -07:00
Harshavardhana
1108cee626
do not add preceding '/' for putRequests ( #2306 )
2022-09-09 15:33:58 -05:00
Javier Adriel
94fdba5990
Run lint in missing files ( #2300 )
2022-09-08 11:13:22 -05:00
Kaan Kabalak
035a5b88c2
Add support for Multiple IDPs on Login screen ( #2258 )
2022-09-03 11:02:48 -05:00
jinapurapu
d663b9f346
Display configured logger_webhook endpoints ( #2279 )
2022-09-01 15:23:55 -05:00
Ashish Kumar Sinha
9821beb1de
read license from envt variable ( #2259 )
2022-08-26 18:09:15 -05:00
Cesar Celis Hernandez
3e9fb853d9
Correct gofmt version 1.19 ( #2267 )
2022-08-25 11:44:55 -05:00
Aditya Manthramurthy
483fe77a35
Fix config parsing using updated method ( #2251 )
...
Fix config parsing using madmin and mc bump up
- The config parsing client-side logic is updated in madmin-go
- This change also has fixes associated with breakage caused by bumping
up the mc dependency
2022-08-23 00:27:26 -05:00
Alex
7036d1328e
Added Color customization to embedded object browser ( #2246 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-08-17 11:06:10 -05:00
Javier Adriel
5be2cc1965
Implement register handlers ( #2219 )
2022-08-09 13:22:53 -05:00
Harshavardhana
1b641b4222
return bad request instead of 403's ( #2229 )
...
S3 API requests '403' as valid error
in some situations when client is probing
the server for valid S3 endpoint.
return '400 Bad Request' instead.
2022-08-08 15:37:01 -05:00
Harshavardhana
ddd25a20eb
update CREDITS and enable builds for go1.19 ( #2227 )
2022-08-05 10:07:38 -05:00
Cesar Celis Hernandez
16fd5470db
Correcting response on invalid login attempt ( #2216 )
...
Verifying detailed message error from bad login in SSO Test
2022-08-01 18:12:39 -05:00
jiuker
ea0cac2a92
fix:Incorrect template ( #2196 )
...
The formatting template is incorrectly formatted.
2022-08-01 17:44:35 -05:00