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
Daniel Valdivia
cdd6f272ed
Release v0.20.5 ( #2349 )
...
Signed-off-by: Daniel Valdivia
<18384552+dvaldivia@users.noreply.github.com >
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-09-30 01:51:41 -07:00
Lenin Alevski
a3b88567cc
Add support for edit/add/remove environment variables to MinIO tenant ( #2331 )
...

Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-09-29 20:50:35 -07:00
Alex
d1511c5eb0
Limit concurrent downloads & uploads ( #2313 )
2022-09-23 10:35:55 -07:00
Lenin Alevski
0af36a5757
Add: Allow to configure env variables during tenant creation ( #2322 )
...
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-09-20 18:58:31 -05: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
jinapurapu
024ab1212b
Add Minio tier type ( #2302 )
2022-09-15 14:00:39 -05:00
Lenin Alevski
989f041658
Support for providing Tenant client certificates ( #2294 )
2022-09-06 10:20:16 -05:00
Kaan Kabalak
035a5b88c2
Add support for Multiple IDPs on Login screen ( #2258 )
2022-09-03 11:02:48 -05:00
Alex
99965805a6
Reimplemented DirectPV API in operator console ( #2207 )
...
- Updated API to use latest directpv library
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-08-17 13:05:07 -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
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