proud-pizza-80589
08/26/2023, 7:17 AMconfig:
grafana:auth:
secure: <api key from grafana with Admin permissions>
grafana:url: https://<my stack url>.<http://grafana.net|grafana.net>
I want to create a alerting rule so i start with just creating a folder like in the docs
const ruleFolder = new Folder(sanitizedClient, {
title: client,
});
Type Name Status Info
pulumi:pulumi:Stack xxx **failed** 1 error
+ └─ grafana:index:Folder yyy **creating failed** 1 error
Diagnostics:
pulumi:pulumi:Stack (xxx):
error: update failed
grafana:index:Folder (yyy):
error: 1 error occurred:
* status: 401, body: {"message":"Unauthorized","traceID":"b8784cb15a10a2d5d8f82ff44c8f37bd"}
Resources:
1 unchanged
Duration: 3s
Any hints on which keys/urls to use?