grafana / k6build

K6 build service
GNU Affero General Public License v3.0
2 stars 1 forks source link

Add support for authorization headers #57

Closed pablochacin closed 1 week ago

pablochacin commented 1 week ago

In some scenarios, the provider needs to authenticate to the k6builder service. Add support for passing an Authorization header along the request. Also, support different types of authorization methods: Token, Bearer, Basic

pablochacin commented 1 week ago

Closed by #58