Anis Elleuch
ec1ba16ef7
prom: Fix leak when a call fails with the prometheus endpoint ( #2456 )
2022-11-15 12:09:58 -06:00
Prakash Senthil Vel
7a5724591a
fix crash in ui for empty log entries ( #2457 )
2022-11-15 12:09:42 -06:00
Alex
9f433bc359
Release v0.21.3 ( #2455 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-11-15 07:52:33 -08:00
Javier Adriel
1d45a174ac
Add deprecated message in Audit logs section ( #2437 )
2022-11-14 13:06:55 -06:00
Alex
80cee32031
Fixed Table Action buttons roundness ( #2451 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-11-14 12:58:01 -06:00
Prakash Senthil Vel
437cfd0b8e
fix broken chart axis data for date time formatting ( #2452 )
2022-11-14 11:56:17 -06:00
jinapurapu
dc4dae6ddb
Added formatting to required permssions in permissionTooltipHelper ( #2447 )
2022-11-14 09:48:06 -06:00
Alex
2f578010a0
New Menu Adjustments ( #2450 )
2022-11-13 10:23:55 -08:00
Prakash Senthil Vel
e7ec3fe61f
fix sub path resource matching in list objects ( #2444 )
...
fixes #https://github.com/minio/console/issues/2400
Used the policy to validate the fix.
```json
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:ListBucket"
],
"Resource": [
"arn:aws:s3:::sam-card"
]
},
{
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::sam-card/*"
]
},
{
"Effect": "Deny",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::sam-card/aa/*"
]
}
]
}
```
2022-11-10 11:27:40 -08: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
Daniel Valdivia
86361b630e
Tweak some icons to inherit color ( #2445 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-11-09 11:05:39 -06:00
Lenin Alevski
c57df87bc3
Add yarn audit check on github actions ( #2441 )
...
Checks for known security issues with the installed packages
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-11-08 19:20:47 -08:00
Lenin Alevski
cbbf3c5a53
selective version resolution for load-utils in react-scripts ( #2442 )
...
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-11-08 13:03:50 -08:00
Daniel Valdivia
8a9fbb461c
Release v0.21.2 ( #2435 )
...
Signed-off-by: Daniel Valdivia
<18384552+dvaldivia@users.noreply.github.com >
v0.21.2
2022-11-07 21:03:03 -08:00
Alex
55b25cb003
Changed Styles & some routes for console menu ( #2428 )
...
Changed styles for menu
Changed Settings page title
Changed Service Account option to be Access Keys
Changed all Service Accounts labels to be Access keys in console
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-11-07 15:32:10 -08:00
Thiago Bittencourt Gil
c929a71649
Removing slash at the end of GCS tier screen endpoint ( #2430 )
2022-11-07 14:23:50 -08:00
Harshavardhana
8af1bcd35c
re-enable TestInspect() test ( #2436 )
2022-11-07 14:20:57 -08:00
Daniel Valdivia
ae2587dcad
Increase STS Session duration to 12 hours ( #2434 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-11-07 12:38:29 -08:00
Kaan Kabalak
cac8445aa1
Fix table row width not updating properly ( #2433 )
2022-11-07 12:13:54 -06:00
Javier Adriel
7eb98035e5
Move tenant logs logic to a new file ( #2427 )
...
Going to work and add new code on tenant logs so i make this small
refactor to keep things separated
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-11-04 10:14:56 -06:00
jinapurapu
7c75c87a0c
Fixed ListBuckets screen tooltip logic, HelpBox fix ( #2404 )
2022-11-03 15:57:30 -06:00
jinapurapu
404efd2523
Fixed Users tab permissions to hide if CreateUser only User permission ( #2426 )
2022-11-03 11:43:19 -06:00
Quentin Dreyer
fc7d60e7ec
Remove ADMIN_LIST_TIERS scope in BucketLifecyclePanel ( #2384 )
2022-11-03 11:35:21 -06:00
Alex
fbf3afd6fb
Updated mds to v0.0.3 ( #2423 )
...
## What does this do?
Updated mds to v0.0.3
## How does it look?
<img width="1653" alt="Screenshot 2022-11-01 at 19 23 38"
src="https://user-images.githubusercontent.com/33497058/199374216-383023cc-83f7-4825-8b26-63135bd75fdb.png ">
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-11-03 09:58:11 -07:00
Kaan Kabalak
3f8f277841
Fix font size appearing smaller for links on AGPL consent modal ( #2425 )
2022-11-02 21:43:18 -06: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
Alex
83a612981e
Made default EC:4 parity when available without restrictions ( #2421 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-10-31 17:52:44 -06:00
jinapurapu
0ae1ace8fe
Move tier status logic to backend ( #2418 )
2022-10-31 13:25:59 -06:00
Alex
a2745c687e
Disabled support tools if cluster is not registered. ( #2168 )
...
- Redirect to register page when not register vars are set
- Added double column for register page
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-10-28 13:04:30 -07:00
Paco Xu
e5e053a2ad
stop using beta.kubernetes.io/os ( #2416 )
...
See https://github.com/kubernetes/kubernetes/issues/89477 ,
https://github.com/kubernetes/kubernetes/issues/89477#issuecomment-603911496 .
2022-10-28 11:54:02 -05:00
jinapurapu
a5f89bb6d7
Improve Tier status accessibility ( #2409 )
2022-10-27 00:19:20 -07:00
jinapurapu
a53b569d0a
Add "s3:*Bucket" permission to enable Delete, Create Bucket UI ( #2401 )
...
Co-authored-by: Jillian Inapurapu <jillii@Jillians-MBP.attlocal.net >
2022-10-26 13:29:55 -07:00
Kaan Kabalak
bcbebda39b
Fix Filter box overlapping with header text ( #2414 )
2022-10-25 22:34:17 -07:00
Harshavardhana
a296850d58
remove cache from configurations tab ( #2410 )
...
'cache' is not supported in server deployments
and is not useful to be present in the configurations tab.
2022-10-24 14:16:55 -07:00
Kaan Kabalak
b609a4ee74
Remove extra Println statement ( #2412 )
2022-10-24 09:30:49 -05:00
Harshavardhana
5409a5eaa0
Release v0.21.1 ( #2411 )
...
Signed-off-by: Harshavardhana <harsha@minio.io >
v0.21.1
2022-10-24 01:51:06 -07:00
Alex
6959bc5b02
Minimatch dependency update ( #2408 )
2022-10-21 13:10:06 -05:00
Prakash Senthil Vel
134700b432
fix preview modal title ( #2406 )
...
Issue: Long title is causing preview modal to scroll horizontally and
the close button is hidden.
post fix:

2022-10-21 10:37:38 -07:00
jinapurapu
483d25c3f3
Allow policy with "s3:*Object" to download using Console ( #2396 )
2022-10-20 20:40:23 -05: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
Daniel Valdivia
139e90830f
Upgrade go.mod dependencies ( #2398 )
...
Signed-off-by: Daniel Valdivia
<18384552+dvaldivia@users.noreply.github.com >
2022-10-20 17:26:23 -05:00
Harshavardhana
2e8ad9281d
fix: typo in queue-dir and queue-limit for notification targets ( #2403 )
...
fixes #2402
2022-10-20 11:55:14 -07:00
Lenin Alevski
6b6cfd10f1
KMS certificates for Encryption configuration page ( #2380 )
...
- removed unused console certificate code in frontend
- fixed confirmation dialog not closing after submit form on encryption
page
- simplified kms mtls/ca certificates for tenant encryption
configuration
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-10-19 12:32:08 -07:00
Cesar Celis Hernandez
5f07d45846
Moving away from Nancy ( #2393 )
...
`Nancy` test is failing and the issue is recent:
https://github.com/sonatype-nexus-community/nancy/issues/263
Move to more idiomatic https://pkg.go.dev/golang.org/x/vuln/vulncheck
2022-10-19 00:07:42 -07:00
Cesar Celis Hernandez
2dd92fd940
Removing old cache spot for permission test and incrementing the timeout. ( #2395 )
2022-10-18 21:28:43 -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
Alex
c31b311b4e
Release v0.21.0 ( #2389 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
v0.21.0
2022-10-14 21:30:21 -07:00
Aditya Manthramurthy
c316532fe9
fix: crosscompile windows build ( #2391 )
...
This is an attempt to fix the windows CI build issue.
The regression is appears to have been introduced in
d2d735c5c0
2022-10-14 21:29:36 -07:00
Aditya Manthramurthy
a65d6ba8f1
Add Role ARN as part of OIDC provider ( #2382 )
...
RoleARN needs to be used in the STS API call when present.
Code to use this value needs to be added.
2022-10-14 15:46:25 -07:00
Kaan Kabalak
11f5d6aa0d
Update Policy Summary once Raw Policy form is submitted ( #2387 )
2022-10-14 11:46:55 -05:00