You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some KES functionality should be removed from the MinIO console, because of PR See minio/minio#19368. The following functionality isn't available anymore:
Importing keys
Deleting keys
If there's any functionality that list identities or policies, then it should be removed as well. These APIs are also not available anymore. Note that KES was never able to modify identities or policies, so these APIs have never worked.
The ListKeys method returns []KMSKeyInfo, but only the name is set. All other information is always empty (see also minio/madmin-go#289). We should either add this information or remove the columns in the console.
Some KES functionality should be removed from the MinIO console, because of PR See minio/minio#19368. The following functionality isn't available anymore:
If there's any functionality that list identities or policies, then it should be removed as well. These APIs are also not available anymore. Note that KES was never able to modify identities or policies, so these APIs have never worked.
The
ListKeys
method returns[]KMSKeyInfo
, but only the name is set. All other information is always empty (see also minio/madmin-go#289). We should either add this information or remove the columns in the console.It involves the following fields:
![image](https://private-user-images.githubusercontent.com/6048186/351037926-92db34a8-8189-455f-a08e-362d2f1e74ff.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzODM4NTcsIm5iZiI6MTczOTM4MzU1NywicGF0aCI6Ii82MDQ4MTg2LzM1MTAzNzkyNi05MmRiMzRhOC04MTg5LTQ1NWYtYTA4ZS0zNjJkMmYxZTc0ZmYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMTgwNTU3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OWViZWFmOGJkYTNlOWQ2MmUwYTQ2ZjA5N2JiNzMwM2UyMmU0NjU1NGI3MTQzOGJiYTA3MWY3MzA0OGQ4NmU4NCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.ZYTflk3ekvtdUSTVkjKZ647QWOvQ0pp2QHV8JSWCNjU)
See minio/minio#20125 and minio/madmin-go#289 for more context.
The text was updated successfully, but these errors were encountered: