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
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
2020-11-13 11:10:13 -08:00
Minio Trusted
63350e5492
update to v0.4.4
2020-11-05 18:07:46 -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
Daniel Valdivia
df321191f4
Build assets inside the container ( #357 )
2020-11-01 07:34:37 -08:00
Lenin Alevski
b599968570
SNI support for Console ( #352 )
...
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com >
2020-10-29 22:26:48 -07:00
Cesar N
24cc60f34e
Add put object api and add list object improvements ( #356 )
2020-10-28 16:08:26 -07:00
Lenin Alevski
d6f97841d4
return generic login error when invalid credentials ( #350 )
2020-10-27 10:05:16 -07:00
Lenin Alevski
619ac124b3
Bucket encryption checkbox and endpoints for Console ( #343 )
...
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com >
2020-10-25 12:56:23 -07:00
Cesar N
0325bb7e2d
Add put object retention api ( #340 )
2020-10-23 15:04:02 -07:00
Minio Trusted
fce361e5bd
update to v0.4.3
2020-10-23 02:15:25 -07:00
Cesar N
3ac45a2211
Add Set object's legalhold status api ( #339 )
...
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com >
2020-10-22 16:23:29 -07:00
Minio Trusted
716f886780
update to v0.4.2
2020-10-22 15:35:17 -07:00
Alex
4ef498f0c3
Updated Logs page to be more consistent with current styles ( #338 )
...
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2020-10-22 12:08:36 -07:00
Cesar N
1466632fd6
Add share object api ( #335 )
2020-10-22 11:18:27 -07:00
Lenin Alevski
0c43e5c3f4
React Router fixes for Console ( #336 )
...
- Adding protectedRoute component
- Removed unnecessary redirect login
2020-10-21 13:13:40 -07:00
Lenin Alevski
f6ac7e047e
Invalidate console session when minio user doesn't exists ( #332 )
2020-10-19 15:32:21 -07:00
Cesar N
e4510cbc18
Add upload api and integrate it with object browser on UI ( #327 )
2020-10-14 23:09:33 -07:00
Minio Trusted
2c14142e19
update to v0.4.1
2020-10-12 20:37:21 -07:00
Daniel Valdivia
2f51621e69
Get Tenant Secret From Tenant CR ( #323 )
...
We were assuming the Tenant Credentials Secret instead of reading it from it's .spec.credsSecret this commit addresses that
2020-10-09 11:51:02 -07:00
Cesar N
7e6e64c729
Add download objects api and integrate it with UI ( #321 )
2020-10-09 11:43:15 -07:00
Daniel Valdivia
6d8f1c439e
Handle Invalid User error coming from madmin ( #314 )
...
Right now we display `Internal Server Error` when invalid credentials are presneted, this makes it so we only present `Unauthorized`
2020-10-06 16:45:26 -07:00
Cesar N
f91346dc5b
Add retention mode and legal hold mode on list objects api ( #312 )
...
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com >
2020-10-06 16:07:33 -07:00
Minio Trusted
4a02c5848b
update to v0.4.0
2020-10-05 12:47:31 -07:00
Lenin Alevski
e16a926ef8
Add support for loading multiple TLS certificates ( #304 )
...
- update operator version to latest version
- create tenant endpoint now supports multiple TLS certificates for
MinIO TLS configuration
- update certificates endpoint now support multiple TLS certificates
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com >
2020-10-05 12:09:34 -07:00
Cesar N
42d617caf9
Add list objects UI and integrate with listing and delete api ( #310 )
2020-10-02 17:37:08 -07:00
Daniel Valdivia
28eb8784a9
Set Bucket Quota on Creation ( #308 )
...
Introces the capability to set bucket quota on bucket creation and adds the API to set the bucket on it's own
2020-10-01 18:59:20 -07:00
Cesar N
fcf5d5c9f7
Add delete objects api ( #303 )
...
Supports single and multiple objects which needs to be defined by recursive flag.
An object to be deleted needs to be defined by a query parameter, path, since it can be
an object or a folder.
2020-10-01 17:00:32 -07:00
Cesar N
7afd608faa
Add list objects api ( #291 )
...
This includes the basic information of an object
2020-09-29 14:34:51 -07:00
Alex
8313a62f17
Add support for Remote Buckets and Replication ( #287 )
...
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com >
2020-09-28 10:46:08 -07:00
Minio Trusted
858d363e97
update to version v0.3.26
2020-09-23 08:52:43 -07:00
Lenin Alevski
47704189d1
fix kes empty configuration ( #286 )
...
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com >
2020-09-22 20:49:25 -07:00
Lenin Alevski
86426e95f7
Added Annotations, Labels and NodeSelector fields ( #285 )
...
For Console/Encryption objects in the CreateTenant Api
2020-09-22 15:50:37 -07:00
Daniel Valdivia
e5f7870f5e
Parity API ( #280 )
2020-09-22 11:15:21 -07:00
Minio Trusted
1dc99498d9
update v0.3.25
2020-09-21 22:07:11 -07:00
Cesar N
319d96c725
Use operator port variables ( #282 )
2020-09-21 21:31:30 -07:00
Minio Trusted
6d58290a89
update to v0.3.24
2020-09-17 18:30:56 -07:00
Cesar N
064533d8aa
Set annotations and labels at Tenant level ( #279 )
...
on Tenant Creation request api
2020-09-17 06:44:16 -07:00
Lenin Alevski
1768af9026
Fix tenant details screen ( #277 )
2020-09-16 23:01:28 -07:00
Cesar N
9f6d965ba2
Add missing validations on tenant info test ( #273 )
...
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com >
2020-09-10 15:43:43 -07:00
Cesar N
5348400665
Delete secrets created if it fails on tenant creation ( #274 )
...
Also a fix on a parity condition has been fixed.
2020-09-09 17:08:34 -07:00
Minio Trusted
812fd5f253
update to v0.3.23
2020-09-08 12:28:44 -07:00
Lenin Alevski
da9b393e1b
fix regression on update update cert and encryption config endpoint ( #272 )
2020-09-08 12:20:38 -07:00
Minio Trusted
aeaa1a23ce
update to v0.3.22
2020-09-07 17:14:21 -07:00
Lenin Alevski
a8d403a216
fix bug for tenant image pull credentials ( #271 )
...
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com >
2020-09-06 23:20:27 -07:00
Minio Trusted
7bd898b2c7
update to v0.3.21
2020-09-05 23:50:46 -07:00
Lenin Alevski
dad66db49a
Support for adding prometheus annotations on update minio tenant ( #269 )
2020-09-05 23:48:51 -07:00
Daniel Valdivia
adf3f929a4
Add Tenant Deletion Date to tenant responses ( #270 )
2020-09-05 23:37:01 -07:00
Lenin Alevski
3b23e877b5
delete unnecessary logs ( #268 )
2020-09-05 17:39:21 -07:00