grafana / grafana-aws-sdk-react

Apache License 2.0
3 stars 1 forks source link

Add SIGV4 wrapper component #17

Closed sunker closed 2 years ago

sunker commented 2 years ago

Related to https://github.com/grafana/grafana/pull/43559

This PR moves the SIGV4ConnectionConfig from grafana to this repo where it belongs. The SIGV4ConnectionConfig is basically a wrapper around the ConnectionConfig component, making sure prop names are mapped properly. Unfortunately sigv4 props are not types in core grafana, hence all the tests for the mapping of the props.