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
Garen Chan
b692ea693f
Fix error: setMultiBucketReplication healthCheckPeriod not work ( #2212 )
2022-08-01 13:12:54 -07:00
Aditya Manthramurthy
3b11556f4b
Fix build after swagger codegen ( #2201 )
2022-07-28 13:20:16 -07:00
Kaan Kabalak
51a8bacc18
Implement WebSockets for Profile download ( #2190 )
2022-07-26 18:40:24 -07:00
Harshavardhana
255cf0bc85
fix: hard regression in console login from v0.19.2 release
...
fixes #2197
2022-07-24 09:41:55 -07:00
Harshavardhana
733e0b18e2
make sure build works for now
2022-07-22 22:47:08 -07:00
Daniel Valdivia
8d90e03992
Release v0.19.2 ( #2194 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-07-22 22:15:03 -07: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
Daniel Valdivia
9655fc4490
Fix operator login not showing error ( #2185 )
...
* Fix operator login not showing error
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
* Fix Test
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-07-22 12:21:25 -05:00
Daniel Valdivia
5a59f8e3f4
iFrame Header when embedding ( #2189 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-07-22 00:03:52 -07:00
Lenin Alevski
251de9fe8a
Add support for adding LDAP admins based on user/group DNs ( #2178 )
...
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-07-20 18:27:11 -07:00
Javier Adriel
78d4d4c89e
Add endpoint to get api key from subnet ( #2175 )
2022-07-18 17:51:07 -05:00
Aditya Manthramurthy
118cf97e1d
Allow multiple IDPs config to be passed via struct ( #2167 )
...
* Allow multiple IDPs config to be passed via struct
* This removes support for ENV based IDP configuration for console
* Ensure default scopes are used if none are given
* Add display name field for provider config
2022-07-14 07:27:45 -07:00
Alex
cf0e326b82
Object Browser only mode ( #2157 )
...
- Added flag CONSOLE_OBJECT_BROWSER_ONLY=on to trigger between console mode & Object Browser only
- Hidden not necessary buttons for object browse
- STS Login
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-07-07 12:28:25 -07:00
Klaus Post
63e2793272
Update trace response and dependencies ( #2141 )
2022-07-05 13:36:12 -07:00