Javier Adriel
5be2cc1965
Implement register handlers ( #2219 )
2022-08-09 13:22:53 -05:00
Harshavardhana
cb6cda7265
fix: crash in operator console for missing fsGroup ( #2211 )
...
Bonus: Add support for "fsGroupChangePolicy"
Bonus: keep only github actions in workflow folder
2022-08-01 19:04:00 -07:00
Alex
ad4b9c050a
Added DirectPV mode to Operator console ( #2203 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-08-01 12:57:31 -05:00
Javier Adriel
e73370cc8c
Add dummy subnet handlers ( #2198 )
2022-07-27 16:34:19 -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
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
jinapurapu
dd2fffd3dc
Tenant security context component ( #2139 )
...
Added edit Security Context component to Tenant Security screen, and updated API and backend to enable editing
2022-07-13 14:05:07 -07:00
jinapurapu
cce054bbe8
Create security context component and add to edit Prometheus Monitoring ( #2115 )
2022-07-07 14:52:30 -05: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
Javier Adriel
e48958f5a0
Connect marketplace API to microservice ( #2130 )
2022-07-06 23:11:23 -05:00
jinapurapu
a8bc58a420
Add Audit Log and Log DB security context selector and split screen into tabs ( #2156 )
...
* Added security context selector for logging and log DB to Audit Log screen, split Audit Log screen into tabs
* Cleaned up tab titles, disabled Save button while loading
2022-06-30 14:28:08 -07:00
Alex
2ad42d660b
Added Rename modal for filenames longer than 200 characters in Windows ( #2137 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-06-22 12:43:57 -05:00
Lenin Alevski
1dd9f7f363
Adding missing init container fields for Prometheus and Logsearch(Audit) UI ( #2116 )
...
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-06-11 20:20:57 -07:00
Javier Adriel
c509e5db70
API to receive an email address and set it ( #2095 )
...
* Generate swagger code for new endpoints
* Implemetn swagger APIs
* Add unit tests
2022-06-09 16:13:46 -07:00
Cesar Celis Hernandez
6866b84da8
To support multiple CSRs per tenant ( #1997 )
2022-05-25 15:07:56 -05:00
jinapurapu
fce2a148b8
Populate AddUserServiceAccount policy restrictor with user permissions ( #1987 )
...
Created api to generate single JSON including all user permissions to populate AddUserServiceAccount policy restrictor
2022-05-25 11:34:26 -07:00
jinapurapu
5fff9ebfd4
Warn if deleting user with associated Service Account ( #2022 )
...
Created api to check if users have service accounts before deleting, UI to display warning and users with associated accounts
2022-05-23 00:14:24 -05:00
Alex
a160b92529
Display temporal paths when a policy has prefixes to allow navigation ( #2011 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-05-19 00:40:52 -05:00
Javier Adriel
f6cab5a65b
Add PVC describe API ( #2007 )
2022-05-17 19:02:53 -05:00
Cesar Celis Hernandez
0c822ffa98
Add CSR end point ( #1893 )
2022-05-09 11:35:19 -07:00
adfost
00bcb54b67
Describe pod API ( #1861 )
2022-05-02 18:35:36 -07:00
Alex
b3afa34535
API for domains update ( #1889 )
...
* API for domains update
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-04-23 02:19:14 -05:00
adfost
f36c07aa68
Fixing SSO Operator mode showing CONSOLE ( #1808 )
2022-04-18 15:47:16 -07:00
Prakash Senthil Vel
d1d3d91fc1
Site replication status ( #1834 )
...
Site replication status UI
Site replication status ui-test
Address review comment by Alex
Add functional test for API
Add integration tests for status API
2022-04-14 00:21:43 -07:00
Alex
4541b4de03
Added domains item in create tenant & get tenant requests ( #1841 )
2022-04-14 00:42:38 -06:00
Lenin Alevski
8540168133
Identity Provider screen for TenantDetails ( #1809 )
...
- fixing encryption page styles
- removing extra fields on gemalto configuration
- backend endpoints for tenant identity provider details
- force restart tenant pods when identity provider configuration change
- force restart tenant pods when tls certificates change
- existing tls secrets are not deleted from tenant namespace, just removed from the tenant
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-04-07 18:40:09 -07:00
adfost
f30450c3c1
Adding usage objects and versions to tiers ( #1796 )
2022-04-05 22:31:09 -07:00
Alex
64ffa039b4
Operator improvements ( #1798 )
...
Added new design to Tenants page list
Added Pool details initial page
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-04-05 09:27:54 -07:00
Prakash Senthil Vel
2eecabf5e6
Site replication API ( #1773 )
...
Site replication API
tests in CI/CL environment
2022-03-31 10:11:01 -07:00
adfost
d1a5e5ba57
Adding delete remote bucket functionality ( #1762 )
2022-03-28 15:36:23 -07:00
Lenin Alevski
d7fef8d89e
Profiling endpoint fixes ( #1707 )
...
- Added support to download all profile tests
- profile.zip file was corrupted after download
- Add suspension warning
- Add Checkbox support
- Support for running multiple profiling types at the same time
- fix profiling test
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-03-18 13:52:42 -06:00
Lenin Alevski
607ca5742b
Adding missing lookup fields for LDAP configuration in UI ( #1698 )
...
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-03-11 00:18:46 -08:00
Daniel Valdivia
d20be7f836
Release v0.15.1 ( #1680 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-03-07 22:45:20 -08:00
Daniel Valdivia
d96b2e5bd5
Update Swagger Header File Year ( #1679 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2022-03-07 18:24:09 -08:00
Daniel Valdivia
8e21039ef1
New Login Design ( #1675 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-03-07 19:56:42 -06:00
Daniel Valdivia
439bc1a2a7
Release v0.15.0 ( #1648 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-03-01 16:14:00 -08:00
Lenin Alevski
4fa2f16e9a
Update encryption configuration screen for tenant ( #1611 )
2022-02-28 23:56:38 -08:00
Alex
69a3ee6c1a
Updated design of object details panel ( #1637 )
...
- Removed old references to object details
- Created new Tags edit module
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2022-02-28 22:30:13 -08:00
Daniel Valdivia
86fa54d64a
Release v0.14.8 ( #1623 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-02-24 13:42:11 -08:00
Daniel Valdivia
56c4311a6b
Add feature hide-menu for embedded screens on Operator UI ( #1604 )
...
* Add feature hide-menu for embedded screens on Operator UI
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-02-21 23:42:18 -06:00
jinapurapu
f8c397e231
Update tenant creation credentials JSON ( #1559 )
2022-02-16 13:52:38 -08:00
Alex
81714bbbed
Added lifecycle rules to multiple buckets at once support ( #1566 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2022-02-15 09:47:28 -08:00
adfost
2988de4025
adding edit service account api/ui ( #1545 )
...
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2022-02-10 17:18:57 -08:00
Alex
6a7f042d6c
Fixed logic for add lifecycle rules ( #1553 )
...
- Removed support to fixed date lifecycle rules according resolution of https://github.com/minio/console/issues/1527
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-02-10 16:50:27 -08:00
Alex
5fd82ca6e9
Added delete bucket lifecycle rule capability ( #1547 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2022-02-10 16:25:59 -08:00
Alex
32a3094386
Added lifecycle rule edit capability ( #1539 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2022-02-10 09:34:56 -08:00
Alex
c8fdadde39
Implemented edit lifecycle API ( #1533 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-02-09 14:30:22 -06:00
Lenin Alevski
297c980a8d
Read subnet proxy configuration from minio or env var ( #1511 )
...
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-02-03 10:04:35 -08:00
jinapurapu
5258ac3d1a
Logging resources selector ( #1402 )
...
Added CPU and memory request selector to Log and Log DB
2022-01-31 21:17:21 -08:00