Can we implement Kibana read only user with dashboard edit option also?

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
opnesearch 2.17.1

Describe the issue:

Can we implement Kibana read only user with dashboard edit option also?
we have created advanced_user with kibana_read_only access , can we provide this role woth edit also (kibana user)???

Configuration:

Relevant Logs or Screenshots:

Hi @amolusare ,

The kibana_read_only role uses the OpenSearch Dashboards readonly_mode functionality by default. To allow a user to edit dashboards via UI, they should not be assigned to the kibana_read_only role.

According to the documentation here , If a user is also mapped to any role listed under plugins.security.restapi.roles_enabled in opensearch.yml , then readonly_mode is ignored, giving them access to the standard UI elements.