GridProtectionAlliance / openHistorian

The Open Source Time-Series Data Historian
MIT License
172 stars 52 forks source link

Added "/api/grafana/GetValueTypes" as an anonymous API access function #102

Closed ritchiecarroll closed 6 months ago

ritchiecarroll commented 6 months ago

Updates default App.config and adds function to augment existing configurations with updated anonymous expression to allow /api/grafana/GetValueTypes to be called without authentication.

This allows Grafana UI data source configuration for OH data source to successfully query list of available data source values types before authentication of data source allowing user to pick target data source value type and continue data source configuration as needed.