Tao Liu

Results 20 comments of Tao Liu

@MonishaSukumar , thanks for contacting us. We will take a look and get back to you. BTW, could you please add more information about repro steps as well ? Could...

> @Flyingliuhub who is working on related task for playground with plugin team There are two kind of sample data: - ecommerce/flight/logs are builtin sample data. - ingested plugin sample...

> @Flyingliuhub > > Let's add an observability data set as well. This will make it easier to get started with and demo the Observability plugin. Thanks @Jon-AtAWS for the...

Thanks @sastorsl for the suggestion here, OpenSearch Dashboards expose API (:5601/api/status) already. Is it possible to share your use case here? so we can understand more here. And is this...

Thanks @wanglam for the detail tests in the `Testing the changes`.

@wanglam, Is it related to your refactor permissions field change when I create a workspace? btw, I enabled security plugin. ```` OpenSearch-Dashboards git:(feat-add-permission-control-for-workspace) ✗ curl 'http://localhost:5601/api/workspaces' \ -X 'POST' \...

> Hi @Flyingliuhub , thank you for helping me testing the PR. Could you paste your `opensearch_dashboards.yml` here? > > ```yaml > opensearch.ssl.verificationMode: none > opensearch.requestHeadersWhitelist: [authorization, securitytenant] > workspace.enabled:...

> ``` > workspace.enabled: true > ``` > > @Flyingliuhub I tried the same curl command in my local env(security dashboard plugin enabled), with workspace feature flag enabled and savedObjects.permissions...

> It seems this error doesn't caused by current PR. I've tested in the main branch and try to create workspace with permissions property using devtools. It throw the same...