Q: Is there a way to use RBAC (ServiceRole) with Kubernetes?

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
2.4
2.3

Describe the issue:
I’m trying to configure security back-ends to connect with OpenSearch. Is there any way to link a Kubernetes Service Account or any of the other RBAC objects (i.e. ClusterRole, Role) with a role inside OpenSearch like you can with IAM roles?
I don’t see any references to Service Accounts in the security configuration

@mikeyGlitz Kubernetes is not Identity Provider. That’s why Kubernetes’ RBAC objects will work only inside the Kubernetes environment.