Skip to content

Commit 5ba5218

Browse files
committed
Use uppercase snakecase for Grafana Cloud secret names
1 parent 194f52f commit 5ba5218

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

modules/ai-agents/pages/mcp/remote/monitor-activity.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,16 +263,16 @@ output:
263263
verb: POST
264264
headers:
265265
Content-Type: "application/json"
266-
Authorization: "Basic ${GRAFANA_CLOUD_INSTANCE_ID}:${GRAFANA_CLOUD_API_TOKEN}"
266+
Authorization: "Basic ${secrets.GRAFANA_CLOUD_INSTANCE_ID}:${secrets.GRAFANA_CLOUD_API_TOKEN}"
267267
basic_auth:
268268
enabled: true
269-
username: "${GRAFANA_CLOUD_INSTANCE_ID}"
270-
password: "${GRAFANA_CLOUD_API_TOKEN}"
269+
username: "${secrets.GRAFANA_CLOUD_INSTANCE_ID}"
270+
password: "${secrets.GRAFANA_CLOUD_API_TOKEN}"
271271
----
272272

273273
[TIP]
274274
====
275-
Store your Grafana Cloud credentials in the xref:develop:connect/configuration/secret-management.adoc[Secrets Store] and reference them using `${secrets.grafana_cloud.instance_id}` and `${secrets.grafana_cloud.api_token}` instead of environment variables.
275+
Store your Grafana Cloud credentials in the xref:develop:connect/configuration/secret-management.adoc[Secrets Store] and reference them using `${secrets.GRAFANA_CLOUD_INSTANCE_ID}` and `${secrets.GRAFANA_CLOUD_API_TOKEN}`.
276276
====
277277

278278
=== Datadog

0 commit comments

Comments
 (0)