Yan Zeng
Yan Zeng
we will not add OpenSearchDataService to OSD core, instead, I'd make it part of data source plugin. So we will register data source saved object type into `dataSource` plugin, and...
It seems to me typical RBAC may not suffice, in addition to access control against operations, we may also need to support resource level access control. In the case of...
there isn't an OpenSearch API that can be used to verify the connection/authentication. While I think we can leverage the [`authInfo`](https://github.com/opensearch-project/security/blob/f431ec2201e1466b7c12528347a1f54cf64387c9/src/main/java/org/opensearch/security/rest/SecurityInfoAction.java#L63) API provided by the security plugin to verify the...
I'd also like this feature to be throughly reviewed by UX and product as well. @kgcreative @ahopp this current experience makes user feel trace analytics and OSD dashboards are separate...
@maron546 can you share your kibana.yml config file?
and btw, we change the HTTP verb of `/_opendistro/_security/saml/logout` from `POST` to `GET` since 1.10, maybe that is the reason?
Thanks @BionIT ! It is a great idea to leverage Swagger to improve the discovery and integrity of OpenSearch Dashboards APIs!