Skip to content

Commit 053684d

Browse files
committed
fix(openfeature): report agentless base URL configuration
1 parent 50c9f10 commit 053684d

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

packages/dd-trace/src/config/supported-configurations.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -840,8 +840,7 @@
840840
"implementation": "A",
841841
"type": "string",
842842
"default": null,
843-
"description": "Experimental: Override the agentless Feature Flagging UFC endpoint or base URL.",
844-
"sensitive": true
843+
"description": "Experimental: Override the agentless Feature Flagging UFC endpoint or base URL."
845844
}
846845
],
847846
"DD_FEATURE_FLAGS_CONFIGURATION_SOURCE_AGENTLESS_POLL_INTERVAL_SECONDS": [

packages/dd-trace/test/config/index.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,6 @@ describe('Config', () => {
516516
const SENTINELS = {
517517
DD_API_KEY: 'SENTINEL_DD_API_KEY',
518518
DD_APP_KEY: 'SENTINEL_DD_APP_KEY',
519-
DD_FEATURE_FLAGS_CONFIGURATION_SOURCE_AGENTLESS_BASE_URL:
520-
'https://SENTINEL_AGENTLESS_ENDPOINT.example/ufc',
521519
OTEL_EXPORTER_OTLP_HEADERS: 'dd-api-key=SENTINEL_OTLP_BASE',
522520
OTEL_EXPORTER_OTLP_TRACES_HEADERS: 'dd-api-key=SENTINEL_OTLP_TRACES',
523521
OTEL_EXPORTER_OTLP_METRICS_HEADERS: 'dd-api-key=SENTINEL_OTLP_METRICS',

0 commit comments

Comments
 (0)