Scope of this PR is to enhance the secrets management of the plugin making use of the SecureJson feature. This change will also introduce the new plugin configuration based on variables and not requiring anymore any configuration file into the plugin itself, implementing the new Grafana guidelines.
Already addressed:
datasource configuration in SecureJson, no more conf files are actually required
List REgion now list only the subscribed regions
Regions no more required in getCompartment function
other performance improvements
refinement of the parsing function of the SecureJson map
documentation
testing the new model
Migration test of existing dashboard in the new version
Scope of this PR is to enhance the secrets management of the plugin making use of the SecureJson feature. This change will also introduce the new plugin configuration based on variables and not requiring anymore any configuration file into the plugin itself, implementing the new Grafana guidelines. Already addressed: