Is your feature request related to a problem?
Opening this as a follow up of #60 (comment)
The code reads all of this configuration today. We should get rid of the unnecessary parts of it which were inherited from plugins.
extensions:
- name: opensearch-sdk
uniqueId: opensearch-sdk-1
hostName: 'sdk_host'
hostAddress: '127.0.0.1'
port: '4532'
version: '1.0'
description: Extension for the Opensearch SDK Repo
opensearchVersion: '3.0.0'
javaVersion: '14'
className: ExtensionsRunner
customFolderName: opensearch-sdk
hasNativeController: false
Is your feature request related to a problem?
Opening this as a follow up of #60 (comment)
The code reads all of this configuration today. We should get rid of the unnecessary parts of it which were inherited from plugins.