0xflotus
41418bcf45
chore: enabled syntax highlighting ( #471 )
2020-12-04 16:17:30 -06:00
Harshavardhana
132b08b40e
import minio/pkg/certs as xcerts ( #473 )
...
update dependency to fix windows cert issues,
now handled properly by the pkg/certs package
in MinIO.
2020-12-04 15:42:12 -06:00
Alex
dbbaae78f7
Added tenant usage indicator ( #454 )
2020-12-03 17:51:03 -06:00
Alex
585780d415
Connected retention policy modal ( #437 )
2020-12-03 16:21:44 -06:00
Cesar N
44b9979f02
Add api to set object lock config on a bucket ( #463 )
2020-12-03 13:45:45 -06:00
Cesar N
0749c87ce7
Set prometheus to always enabled on tenant creation ( #464 )
2020-12-03 12:59:35 -06:00
Cesar N
e5f7059a5e
Rename none option on idp step to Built In on Tenant Creation ( #465 )
2020-12-03 12:15:41 -06:00
Cesar N
d15472f417
Fix object download ( #466 )
...
If an object is within a folder the object downloaded now only has the object's name.
Also, it now supports object version downloading.
2020-12-03 11:37:53 -06:00
Nitish Tiwari
726bfe623c
Add Dockerfile based on Red Hat UBI ( #453 )
2020-12-03 00:54:40 -08:00
Cesar N
e47a57af8c
Add custom registry on tenant creation ( #455 )
2020-12-02 15:27:47 -06:00
Harshavardhana
f673f17407
update deps for minio/minio and minio/mc ( #458 )
2020-12-01 23:48:34 -08:00
Cesar N
829833f242
Add set policy to multiple user/groups ( #382 )
2020-11-30 17:23:14 -06:00
Lenin Alevski
94c3ade7fc
Adding context timeout to login and get location operations ( #432 )
2020-11-30 16:24:30 -06:00
Cesar N
4a27ef4b2c
Move heal and watch to tenant details view on operator-ui ( #449 )
...
Use insecure: true in the meantime so the wss/watch endpoint works while
we add support for custotm TLS transport in the S3 client library.
Removed "InsecureSkipVerify: true" from s3AdminClient and s3Client HTTP clients
2020-11-30 14:41:58 -06:00
Lenin Alevski
59b43884ff
Create Tenant TLS refactor ( #450 )
...
- fixed small bug in which RequestAutoCert was not setting properly
- support AutoCert and external certificates on Tenant creation
2020-11-30 14:08:13 -06:00
Alex
219fe55356
Predefined list ( #452 )
...
Added predefined list component
2020-11-30 11:27:37 -06:00
Alex
9136c2a167
Fixed object lock ( #445 )
2020-11-25 10:40:39 -08:00
Alex
114bc364e3
Connected Share object modal ( #440 )
2020-11-24 18:56:32 -08:00
Alex
2caad9964f
Added legal hold modal ( #436 )
2020-11-24 16:39:16 -08:00
Minio Trusted
d573007747
update console to v0.4.6
v0.4.6
2020-11-24 14:00:52 -08:00
Lenin Alevski
f054b1c251
Ensure GetConsoleSTSClient() is used correctly ( #425 )
2020-11-20 13:50:35 -08:00
Lenin Alevski
7a2358272a
Get LDAP identity for console access/secret keys ( #398 )
...
- If MinIO is configured with LDAP then users and groups are external, and
the credentials provided in the CONSOLE_ACCESS_KEY and
CONSOLE_SECRET_KEY env vars will belong to an existing user in the active
directory, therefore we need to authenticate first with
`credentials.NewLDAPIdentity`
- Fixed race condition bug in which TLS RootCAs certs were not loading
correctly (certPool was always null)
- Fixed TLS bug in which if Console was deployed without TLS enabled
RootCAs certs were not loading
- Initialize LDAP Admin credentials once
- Initialize stsClient once
2020-11-20 11:52:34 -08:00
Alex
8a6a75b7a2
Connected object tags API ( #421 )
...
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2020-11-19 21:30:33 -08:00
Cesar N
8cf678fb27
Replace mc with latest mc on go mod ( #424 )
2020-11-19 15:23:31 -08:00
Cesar N
a20c6dc907
Add download version object on download api ( #423 )
2020-11-19 15:04:13 -08:00
Daniel Valdivia
37ff8bb60d
Fix Tenant Details header ( #420 )
...
Also renames zones to servers
2020-11-19 11:45:30 -08:00
Lenin Alevski
b6ac055857
Show error message if not possible to create CAs folder ( #407 )
...
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com >
2020-11-18 22:46:54 -08:00
Cesar N
12e53a1468
Remove minio root credentials from CreateTenant response ( #402 )
...
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com >
2020-11-18 16:16:06 -08:00
Alex
b21123e1cd
Connected delete & download buttons for object details ( #399 )
...
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com >
2020-11-18 16:06:34 -08:00
Lenin Alevski
f1db949abc
Fixes Console issue #400 ( #401 )
...
Previously cookie path was set to Path="/api", this was a performance
improvement to tell the browser to send the cookie only to request with
that prefix, however also consume endpoints on Path="/ws", since rfc6265
doesnt support multiple paths or regular expressions in the path field
of a cookie we are back to use Path="/" which means send the cookie to
all request under the current domain.
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com >
2020-11-18 14:42:02 -08:00
Alex
761c6529a2
Fixed issue with back arrows & navigation in object browser ( #397 )
...
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2020-11-17 22:05:46 -08:00
Alex
1f832fa294
Connected Object details page to navigation ( #394 )
...
Connected Object details page to navigation schema. Also connected file details view with backend
Co-authored-by: Kaan Kabalak <kaan@minio.io >
2020-11-17 13:03:50 -08:00
Lenin Alevski
be569aee4f
Support for Cookie authentication ( #390 )
...
- Added support for cookie authentication (authorization header will have priority)
- Removed local storage token management from UI
- cookie hardening (sameSite, httpOnly, secure)
- login endpoint sets cookie via header, logout endpoint expires cookie
- Refactor Routes and ProtectedRoutes components, improvement on the way
application check if user session is valid
Future improvements
- look for all places in backend that returns 401 unauthorized, and destroy session there (not a priority since cookie its invalid anyway)
- Downloading objects in object browser can be simplified since is just a GET request and users will be authenticated via Cookies, no need to craft additional requests
2020-11-13 16:26:03 -08:00
Minio Trusted
419e94ccec
update to v0.4.5
v0.4.5
2020-11-13 11:10:13 -08:00
Alex
12bc5265b8
Fixed issue with object browser icons & long names ( #389 )
...
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com >
2020-11-12 14:33:56 -08:00
Kaan Kabalak
32898f0c57
Edit Searchbar styling based on mockups ( #385 )
...
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com >
2020-11-12 12:05:40 -08:00
Kaan Kabalak
125c9abf56
Adjust Modal form clear button font based on mockups ( #384 )
...
The font of the clear button for Modal forms were 'sans-serif' instead
of being 'Lato' as specified in the mockups.
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com >
2020-11-12 10:28:49 -08:00
Alex
bc27db4a69
Migrated tablewrapper to use react-virtualized ( #387 )
...
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2020-11-11 20:14:48 -08:00
Kaan Kabalak
dd8e2b13d3
Add disabled functionality and fix styling for RadioGroupSelector ( #383 )
...
* Adjust RadioGroupSelector label styling based on mockups
* Add disabled support for Radio Group Selector options
2020-11-10 18:59:21 -08:00
Alex
005e3b941c
Fixed issue with checkbox selection in table wrapper ( #380 )
...
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2020-11-10 00:08:45 -08:00
Alex
efa614c773
Fixed default value for nulls in browse buckets ( #379 )
...
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2020-11-06 16:47:07 -08:00
Minio Trusted
63350e5492
update to v0.4.4
v0.4.4
2020-11-05 18:07:46 -08:00
Alex
255c128b67
Fixed pagination un buckets lists ( #371 )
...
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com >
2020-11-05 10:16:03 -08:00
Cesar N
06f333395e
Move trace and logs UI to Operator Console ( #375 )
...
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com >
2020-11-04 21:45:48 -08:00
Alex
3cd024ea2c
Changed sizes for main container & table paper ( #377 )
...
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com >
2020-11-04 16:36:51 -08:00
Alex
9c0a407db6
Fixed page refresh on buckets creation ( #372 )
...
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2020-11-04 15:25:36 -08:00
Alex
dc3c619f3f
Added animation & disabled button / fields on sending ( #369 )
...
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2020-11-03 11:12:41 -08:00
Alex
5000aafba6
Added functionality for create folder & replaced icons ( #368 )
...
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2020-11-02 21:45:47 -08:00
Cesar N
b9f2a39d50
Fix tenant creation ( #363 )
...
Memory size request was not being sent, hence the tenant was not being created.
2020-11-02 11:03:40 -08:00
Daniel Valdivia
df321191f4
Build assets inside the container ( #357 )
2020-11-01 07:34:37 -08:00