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
It would be highly beneficial to have a feature in Elasticsearch and Kibana that allows administrators to enable or disable user accounts directly from the UI or API. This functionality would enhance user management by making it more convenient to manage access control without deleting user accounts. Benefits
User Experience: Disabled users could be re-enabled without losing any settings, roles, or permissions assigned to them.
Security: When an employee leaves temporarily or requires restricted access, disabling their account would be more secure than deleting and recreating it.
Similar functionality is available in other identity and access management solutions and would make Kibana and Elasticsearch more robust.
Proposed Functionality
Add a toggle or status field for users in the Kibana Security UI to enable/disable users.
Provide an API endpoint in Elasticsearch to perform enable/disable actions on user accounts.
Make the status of a user ("Enabled" or "Disabled") visible in the Kibana interface.
The text was updated successfully, but these errors were encountered:
It would be highly beneficial to have a feature in Elasticsearch and Kibana that allows administrators to enable or disable user accounts directly from the UI or API. This functionality would enhance user management by making it more convenient to manage access control without deleting user accounts.
Benefits
Proposed Functionality
The text was updated successfully, but these errors were encountered: