Skip to content

Commit 42434ef

Browse files
feat: add public key url to examples (#1710)
1 parent 264c305 commit 42434ef

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

build/examples/agent-control-config-all-agents.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# fleet_control:
22
# endpoint: https://opamp.service.newrelic.com/v1/opamp
3+
# signature_validation:
4+
# public_key_server_url: https://publickeys.newrelic.com/r/blob-management/GLOBAL/AgentConfiguration/jwks.json
35
# headers:
46
# api-key: API_KEY_HERE
57
# fleet_id: FLEET_ID_HERE

build/examples/agent-control-config-no-agents.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# fleet_control:
22
# endpoint: https://opamp.service.newrelic.com/v1/opamp
3+
# signature_validation:
4+
# public_key_server_url: https://publickeys.newrelic.com/r/blob-management/GLOBAL/AgentConfiguration/jwks.json
35
# headers:
46
# api-key: API_KEY_HERE
57
# fleet_id: FLEET_ID_HERE

build/examples/agent-control-config-nr-infra-agent.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# fleet_control:
22
# endpoint: https://opamp.service.newrelic.com/v1/opamp
3+
# signature_validation:
4+
# public_key_server_url: https://publickeys.newrelic.com/r/blob-management/GLOBAL/AgentConfiguration/jwks.json
35
# headers:
46
# api-key: API_KEY_HERE
57
# fleet_id: FLEET_ID_HERE

build/examples/agent-control-config-nr-otel-collector.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# fleet_control:
22
# endpoint: https://opamp.service.newrelic.com/v1/opamp
3+
# signature_validation:
4+
# public_key_server_url: https://publickeys.newrelic.com/r/blob-management/GLOBAL/AgentConfiguration/jwks.json
35
# headers:
46
# api-key: API_KEY_HERE
57
# fleet_id: FLEET_ID_HERE

0 commit comments

Comments
 (0)