Bandini
Bandini
> Looks good, needs a test please. Added UT with no connection.
> @bandinib-amzn would you add a little background why we has to add `session token` to support AWS Credentials which is missed before. > > is it a optional parameter...
@xinruiba Can you please help on Refactoring [create](https://github.com/opensearch-project/OpenSearch-Dashboards/tree/main/src/plugins/data_source_management/public/components/create_data_source_wizard) and [edit](https://github.com/opensearch-project/OpenSearch-Dashboards/tree/main/src/plugins/data_source_management/public/components/edit_data_source) form to use authentication registry? thanks!
Duplicate of https://github.com/opensearch-project/OpenSearch-Dashboards/issues/5868. Please close this issue as well when you close this.
Can we add specific use case or attach a video or screenshot (if possible) in this PR details to make it more clear to the people who does not have...
This change overall looks good to me. Can you add more UT to pass codecov CI? For link check failure, it looks like it is not related to your change,...
Looks like duplicate of https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6770. Do we still need this?
Closing this PR as it is duplicate of #6770
There is type error that got introduced after new changes. ``` Property 'setup' in type 'DataSourceManagementPlugin' is not assignable to the same property in base type 'Plugin'. ``` @xinruiba Are...