Cannot see Security Dashboard tab in Opensearch Dashboards under plugins

{"status":"FORBIDDEN","message":"No permission to access REST API: User admin with Open Distro Security Roles [all_access, own_index] does not have any role privileged for admin access. **No client TLS certificate found in request**"}

So I need to figure out why this error is happening. To my understanding access to the REST API is controlled by the parameter plugins.security.restapi.roles_enabled , which I have added the role “all_access” to on all nodes in my cluster.

Maybe this setting has not taken effect, any way to check it?