@scoutflo/topology-contracts 0.7.19 → 0.7.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/correlation/connectionContractV1.d.ts +62 -46
- package/dist/src/correlation/connectionContractV1.js +12 -2
- package/dist/src/correlation/connectionContractV1.js.map +1 -1
- package/dist/src/correlation/contracts/families/index.d.ts +42 -0
- package/dist/src/correlation/contracts/families/kubernetes/index.d.ts +42 -0
- package/dist/src/correlation/contracts/families/kubernetes/index.js +32 -0
- package/dist/src/correlation/contracts/families/kubernetes/index.js.map +1 -1
- package/dist/src/correlation/contracts/registry.d.ts +42 -0
- package/dist/src/correlation/contracts/types.d.ts +1 -0
- package/dist/src/correlation/contracts/types.js +2 -1
- package/dist/src/correlation/contracts/types.js.map +1 -1
- package/dist/src/credential-source/index.d.ts +221 -155
- package/dist/src/credential-source/index.js +6 -5
- package/dist/src/credential-source/index.js.map +1 -1
- package/dist/src/schemas/index.d.ts +1 -1
- package/dist/src/schemas/index.js +2 -2
- package/dist/src/schemas/index.js.map +1 -1
- package/dist/test/contracts.test.js +38 -1
- package/dist/test/contracts.test.js.map +1 -1
- package/dist/test/credential-source.test.js +5 -2
- package/dist/test/credential-source.test.js.map +1 -1
- package/package.json +1 -1
|
@@ -295,6 +295,48 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
|
|
|
295
295
|
readonly provider_category: "deployment";
|
|
296
296
|
readonly notes: readonly ["Verified by fresh Gateway source-sync/correlation export; active deployment-binding V1 shape."];
|
|
297
297
|
readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
|
|
298
|
+
}, {
|
|
299
|
+
readonly key: "observed_service_calls_service";
|
|
300
|
+
readonly version: "v1";
|
|
301
|
+
readonly status: "active";
|
|
302
|
+
readonly family: "kubernetes";
|
|
303
|
+
readonly source_endpoint: {
|
|
304
|
+
readonly entity_type: "service";
|
|
305
|
+
readonly label: "observed_service";
|
|
306
|
+
};
|
|
307
|
+
readonly relation: "CALLS";
|
|
308
|
+
readonly target_endpoint: {
|
|
309
|
+
readonly entity_type: "service";
|
|
310
|
+
readonly label: "observed_service";
|
|
311
|
+
};
|
|
312
|
+
readonly relation_class: "associative";
|
|
313
|
+
readonly attribute_schema_key: "relationship.observed_service_call.v1";
|
|
314
|
+
readonly evidence_level: "implemented";
|
|
315
|
+
readonly provider_family: "kubernetes";
|
|
316
|
+
readonly provider_category: "deployment";
|
|
317
|
+
readonly notes: readonly ["Scoutflo Kubernetes agent eBPF relationship route materializes directed observed service calls."];
|
|
318
|
+
readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
|
|
319
|
+
}, {
|
|
320
|
+
readonly key: "observed_service_bidirectional_calls_service";
|
|
321
|
+
readonly version: "v1";
|
|
322
|
+
readonly status: "active";
|
|
323
|
+
readonly family: "kubernetes";
|
|
324
|
+
readonly source_endpoint: {
|
|
325
|
+
readonly entity_type: "service";
|
|
326
|
+
readonly label: "observed_service";
|
|
327
|
+
};
|
|
328
|
+
readonly relation: "BI_DIRECTIONAL_CALLS";
|
|
329
|
+
readonly target_endpoint: {
|
|
330
|
+
readonly entity_type: "service";
|
|
331
|
+
readonly label: "observed_service";
|
|
332
|
+
};
|
|
333
|
+
readonly relation_class: "associative";
|
|
334
|
+
readonly attribute_schema_key: "relationship.observed_service_call.v1";
|
|
335
|
+
readonly evidence_level: "implemented";
|
|
336
|
+
readonly provider_family: "kubernetes";
|
|
337
|
+
readonly provider_category: "deployment";
|
|
338
|
+
readonly notes: readonly ["Aggregate contract for persisted bidirectional observed service call rows derived from two directed eBPF observations."];
|
|
339
|
+
readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
|
|
298
340
|
}], readonly [{
|
|
299
341
|
readonly key: "github_account_owns_repository";
|
|
300
342
|
readonly version: "v1";
|
|
@@ -110,4 +110,46 @@ export declare const KUBERNETES_CONNECTION_CONTRACTS: readonly [{
|
|
|
110
110
|
readonly provider_category: "deployment";
|
|
111
111
|
readonly notes: readonly ["Verified by fresh Gateway source-sync/correlation export; active deployment-binding V1 shape."];
|
|
112
112
|
readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
|
|
113
|
+
}, {
|
|
114
|
+
readonly key: "observed_service_calls_service";
|
|
115
|
+
readonly version: "v1";
|
|
116
|
+
readonly status: "active";
|
|
117
|
+
readonly family: "kubernetes";
|
|
118
|
+
readonly source_endpoint: {
|
|
119
|
+
readonly entity_type: "service";
|
|
120
|
+
readonly label: "observed_service";
|
|
121
|
+
};
|
|
122
|
+
readonly relation: "CALLS";
|
|
123
|
+
readonly target_endpoint: {
|
|
124
|
+
readonly entity_type: "service";
|
|
125
|
+
readonly label: "observed_service";
|
|
126
|
+
};
|
|
127
|
+
readonly relation_class: "associative";
|
|
128
|
+
readonly attribute_schema_key: "relationship.observed_service_call.v1";
|
|
129
|
+
readonly evidence_level: "implemented";
|
|
130
|
+
readonly provider_family: "kubernetes";
|
|
131
|
+
readonly provider_category: "deployment";
|
|
132
|
+
readonly notes: readonly ["Scoutflo Kubernetes agent eBPF relationship route materializes directed observed service calls."];
|
|
133
|
+
readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
|
|
134
|
+
}, {
|
|
135
|
+
readonly key: "observed_service_bidirectional_calls_service";
|
|
136
|
+
readonly version: "v1";
|
|
137
|
+
readonly status: "active";
|
|
138
|
+
readonly family: "kubernetes";
|
|
139
|
+
readonly source_endpoint: {
|
|
140
|
+
readonly entity_type: "service";
|
|
141
|
+
readonly label: "observed_service";
|
|
142
|
+
};
|
|
143
|
+
readonly relation: "BI_DIRECTIONAL_CALLS";
|
|
144
|
+
readonly target_endpoint: {
|
|
145
|
+
readonly entity_type: "service";
|
|
146
|
+
readonly label: "observed_service";
|
|
147
|
+
};
|
|
148
|
+
readonly relation_class: "associative";
|
|
149
|
+
readonly attribute_schema_key: "relationship.observed_service_call.v1";
|
|
150
|
+
readonly evidence_level: "implemented";
|
|
151
|
+
readonly provider_family: "kubernetes";
|
|
152
|
+
readonly provider_category: "deployment";
|
|
153
|
+
readonly notes: readonly ["Aggregate contract for persisted bidirectional observed service call rows derived from two directed eBPF observations."];
|
|
154
|
+
readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
|
|
113
155
|
}];
|
|
@@ -96,5 +96,37 @@ exports.KUBERNETES_CONNECTION_CONTRACTS = [
|
|
|
96
96
|
notes: ['Verified by fresh Gateway source-sync/correlation export; active deployment-binding V1 shape.'],
|
|
97
97
|
guardrails: kubernetesContractGuardrails,
|
|
98
98
|
},
|
|
99
|
+
{
|
|
100
|
+
key: 'observed_service_calls_service',
|
|
101
|
+
version: 'v1',
|
|
102
|
+
status: status_1.CONNECTION_CONTRACT_STATUS.ACTIVE,
|
|
103
|
+
family: types_1.CONNECTION_CONTRACT_FAMILY.KUBERNETES,
|
|
104
|
+
source_endpoint: { entity_type: 'service', label: 'observed_service' },
|
|
105
|
+
relation: topology_1.TOPOLOGY_RELATION_TYPE.CALLS,
|
|
106
|
+
target_endpoint: { entity_type: 'service', label: 'observed_service' },
|
|
107
|
+
relation_class: 'associative',
|
|
108
|
+
attribute_schema_key: types_1.OBSERVED_SERVICE_CALL_ATTRIBUTE_SCHEMA_KEY,
|
|
109
|
+
evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.IMPLEMENTED,
|
|
110
|
+
provider_family: 'kubernetes',
|
|
111
|
+
provider_category: types_1.CONNECTION_CONTRACT_PROVIDER_CATEGORY.DEPLOYMENT,
|
|
112
|
+
notes: ['Scoutflo Kubernetes agent eBPF relationship route materializes directed observed service calls.'],
|
|
113
|
+
guardrails: kubernetesContractGuardrails,
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
key: 'observed_service_bidirectional_calls_service',
|
|
117
|
+
version: 'v1',
|
|
118
|
+
status: status_1.CONNECTION_CONTRACT_STATUS.ACTIVE,
|
|
119
|
+
family: types_1.CONNECTION_CONTRACT_FAMILY.KUBERNETES,
|
|
120
|
+
source_endpoint: { entity_type: 'service', label: 'observed_service' },
|
|
121
|
+
relation: topology_1.TOPOLOGY_RELATION_TYPE.BI_DIRECTIONAL_CALLS,
|
|
122
|
+
target_endpoint: { entity_type: 'service', label: 'observed_service' },
|
|
123
|
+
relation_class: 'associative',
|
|
124
|
+
attribute_schema_key: types_1.OBSERVED_SERVICE_CALL_ATTRIBUTE_SCHEMA_KEY,
|
|
125
|
+
evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.IMPLEMENTED,
|
|
126
|
+
provider_family: 'kubernetes',
|
|
127
|
+
provider_category: types_1.CONNECTION_CONTRACT_PROVIDER_CATEGORY.DEPLOYMENT,
|
|
128
|
+
notes: ['Aggregate contract for persisted bidirectional observed service call rows derived from two directed eBPF observations.'],
|
|
129
|
+
guardrails: kubernetesContractGuardrails,
|
|
130
|
+
},
|
|
99
131
|
];
|
|
100
132
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/correlation/contracts/families/kubernetes/index.ts"],"names":[],"mappings":";;;AAAA,wEAGuC;AACvC,qDAA0D;AAC1D,mDAAsF;AACtF,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/correlation/contracts/families/kubernetes/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -293,6 +293,48 @@ export declare const CONNECTION_CONTRACT_REGISTRY: ({
|
|
|
293
293
|
readonly provider_category: "deployment";
|
|
294
294
|
readonly notes: readonly ["Verified by fresh Gateway source-sync/correlation export; active deployment-binding V1 shape."];
|
|
295
295
|
readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
|
|
296
|
+
} | {
|
|
297
|
+
readonly key: "observed_service_calls_service";
|
|
298
|
+
readonly version: "v1";
|
|
299
|
+
readonly status: "active";
|
|
300
|
+
readonly family: "kubernetes";
|
|
301
|
+
readonly source_endpoint: {
|
|
302
|
+
readonly entity_type: "service";
|
|
303
|
+
readonly label: "observed_service";
|
|
304
|
+
};
|
|
305
|
+
readonly relation: "CALLS";
|
|
306
|
+
readonly target_endpoint: {
|
|
307
|
+
readonly entity_type: "service";
|
|
308
|
+
readonly label: "observed_service";
|
|
309
|
+
};
|
|
310
|
+
readonly relation_class: "associative";
|
|
311
|
+
readonly attribute_schema_key: "relationship.observed_service_call.v1";
|
|
312
|
+
readonly evidence_level: "implemented";
|
|
313
|
+
readonly provider_family: "kubernetes";
|
|
314
|
+
readonly provider_category: "deployment";
|
|
315
|
+
readonly notes: readonly ["Scoutflo Kubernetes agent eBPF relationship route materializes directed observed service calls."];
|
|
316
|
+
readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
|
|
317
|
+
} | {
|
|
318
|
+
readonly key: "observed_service_bidirectional_calls_service";
|
|
319
|
+
readonly version: "v1";
|
|
320
|
+
readonly status: "active";
|
|
321
|
+
readonly family: "kubernetes";
|
|
322
|
+
readonly source_endpoint: {
|
|
323
|
+
readonly entity_type: "service";
|
|
324
|
+
readonly label: "observed_service";
|
|
325
|
+
};
|
|
326
|
+
readonly relation: "BI_DIRECTIONAL_CALLS";
|
|
327
|
+
readonly target_endpoint: {
|
|
328
|
+
readonly entity_type: "service";
|
|
329
|
+
readonly label: "observed_service";
|
|
330
|
+
};
|
|
331
|
+
readonly relation_class: "associative";
|
|
332
|
+
readonly attribute_schema_key: "relationship.observed_service_call.v1";
|
|
333
|
+
readonly evidence_level: "implemented";
|
|
334
|
+
readonly provider_family: "kubernetes";
|
|
335
|
+
readonly provider_category: "deployment";
|
|
336
|
+
readonly notes: readonly ["Aggregate contract for persisted bidirectional observed service call rows derived from two directed eBPF observations."];
|
|
337
|
+
readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
|
|
296
338
|
} | {
|
|
297
339
|
readonly key: "github_account_owns_repository";
|
|
298
340
|
readonly version: "v1";
|
|
@@ -39,6 +39,7 @@ export declare const INTEGRATION_RELATIONSHIP_CLAIM_LAYER_VALUES: readonly ["ide
|
|
|
39
39
|
export declare const STRUCTURAL_CONTAINMENT_ATTRIBUTE_SCHEMA_KEY = "relationship.structural_containment.v1";
|
|
40
40
|
export declare const SELECTOR_ROUTING_ATTRIBUTE_SCHEMA_KEY = "relationship.selector_routing.v1";
|
|
41
41
|
export declare const DEPLOYMENT_BINDING_ATTRIBUTE_SCHEMA_KEY = "relationship.deployment_binding.v1";
|
|
42
|
+
export declare const OBSERVED_SERVICE_CALL_ATTRIBUTE_SCHEMA_KEY = "relationship.observed_service_call.v1";
|
|
42
43
|
export declare const OBSERVABILITY_BINDING_ATTRIBUTE_SCHEMA_KEY = "relationship.observability_binding.v1";
|
|
43
44
|
export declare const VCS_GITHUB_ATTRIBUTE_SCHEMA_KEY = "vcs.github";
|
|
44
45
|
export declare const DEPLOYMENT_ARGOCD_ATTRIBUTE_SCHEMA_KEY = "deployment.argocd";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.connectionContractMetadataSchema = exports.connectionContractEndpointSchema = exports.integrationRelationshipClaimLayersSchema = exports.integrationRelationshipClaimLayerSchema = exports.connectionContractProviderCategorySchema = exports.connectionContractEvidenceLevelSchema = exports.connectionContractFamilySchema = exports.CONTRACT_SCHEMA_ALERTING_PROVIDER_RESERVED = exports.CONTRACT_SCHEMA_MONITORING_ZENDUTY = exports.CONTRACT_SCHEMA_TICKETING_PROVIDER = exports.CONTRACT_SCHEMA_TICKETING_JSM = exports.CONTRACT_SCHEMA_TICKETING_JIRA = exports.CONTRACT_SCHEMA_TRACING_VICTORIATRACES = exports.CONTRACT_SCHEMA_TRACING_TEMPO = exports.CONTRACT_SCHEMA_LOGGING_VICTORIALOGS = exports.CONTRACT_SCHEMA_LOGGING_LOKI = exports.CONTRACT_SCHEMA_LOGGING_ELK = exports.CONTRACT_SCHEMA_MONITORING_PAGERDUTY = exports.CONTRACT_SCHEMA_MONITORING_GROUNDCOVER = exports.CONTRACT_SCHEMA_MONITORING_GRAFANA = exports.CONTRACT_SCHEMA_MONITORING_DATADOG = exports.CONTRACT_SCHEMA_MONITORING_SENTRY = exports.CONTRACT_SCHEMA_MONITORING_VICTORIAMETRICS = exports.CONTRACT_SCHEMA_MONITORING_MIMIR = exports.CONTRACT_SCHEMA_MONITORING_PROMETHEUS = exports.DEPLOYMENT_ARGOCD_ATTRIBUTE_SCHEMA_KEY = exports.VCS_GITHUB_ATTRIBUTE_SCHEMA_KEY = exports.OBSERVABILITY_BINDING_ATTRIBUTE_SCHEMA_KEY = exports.DEPLOYMENT_BINDING_ATTRIBUTE_SCHEMA_KEY = exports.SELECTOR_ROUTING_ATTRIBUTE_SCHEMA_KEY = exports.STRUCTURAL_CONTAINMENT_ATTRIBUTE_SCHEMA_KEY = exports.INTEGRATION_RELATIONSHIP_CLAIM_LAYER_VALUES = exports.INTEGRATION_RELATIONSHIP_CLAIM_LAYER = exports.CONNECTION_CONTRACT_PROVIDER_CATEGORY_VALUES = exports.CONNECTION_CONTRACT_PROVIDER_CATEGORY = exports.CONNECTION_CONTRACT_EVIDENCE_LEVEL_VALUES = exports.CONNECTION_CONTRACT_EVIDENCE_LEVEL = exports.CONNECTION_CONTRACT_FAMILY_VALUES = exports.CONNECTION_CONTRACT_FAMILY = void 0;
|
|
3
|
+
exports.connectionContractMetadataSchema = exports.connectionContractEndpointSchema = exports.integrationRelationshipClaimLayersSchema = exports.integrationRelationshipClaimLayerSchema = exports.connectionContractProviderCategorySchema = exports.connectionContractEvidenceLevelSchema = exports.connectionContractFamilySchema = exports.CONTRACT_SCHEMA_ALERTING_PROVIDER_RESERVED = exports.CONTRACT_SCHEMA_MONITORING_ZENDUTY = exports.CONTRACT_SCHEMA_TICKETING_PROVIDER = exports.CONTRACT_SCHEMA_TICKETING_JSM = exports.CONTRACT_SCHEMA_TICKETING_JIRA = exports.CONTRACT_SCHEMA_TRACING_VICTORIATRACES = exports.CONTRACT_SCHEMA_TRACING_TEMPO = exports.CONTRACT_SCHEMA_LOGGING_VICTORIALOGS = exports.CONTRACT_SCHEMA_LOGGING_LOKI = exports.CONTRACT_SCHEMA_LOGGING_ELK = exports.CONTRACT_SCHEMA_MONITORING_PAGERDUTY = exports.CONTRACT_SCHEMA_MONITORING_GROUNDCOVER = exports.CONTRACT_SCHEMA_MONITORING_GRAFANA = exports.CONTRACT_SCHEMA_MONITORING_DATADOG = exports.CONTRACT_SCHEMA_MONITORING_SENTRY = exports.CONTRACT_SCHEMA_MONITORING_VICTORIAMETRICS = exports.CONTRACT_SCHEMA_MONITORING_MIMIR = exports.CONTRACT_SCHEMA_MONITORING_PROMETHEUS = exports.DEPLOYMENT_ARGOCD_ATTRIBUTE_SCHEMA_KEY = exports.VCS_GITHUB_ATTRIBUTE_SCHEMA_KEY = exports.OBSERVABILITY_BINDING_ATTRIBUTE_SCHEMA_KEY = exports.OBSERVED_SERVICE_CALL_ATTRIBUTE_SCHEMA_KEY = exports.DEPLOYMENT_BINDING_ATTRIBUTE_SCHEMA_KEY = exports.SELECTOR_ROUTING_ATTRIBUTE_SCHEMA_KEY = exports.STRUCTURAL_CONTAINMENT_ATTRIBUTE_SCHEMA_KEY = exports.INTEGRATION_RELATIONSHIP_CLAIM_LAYER_VALUES = exports.INTEGRATION_RELATIONSHIP_CLAIM_LAYER = exports.CONNECTION_CONTRACT_PROVIDER_CATEGORY_VALUES = exports.CONNECTION_CONTRACT_PROVIDER_CATEGORY = exports.CONNECTION_CONTRACT_EVIDENCE_LEVEL_VALUES = exports.CONNECTION_CONTRACT_EVIDENCE_LEVEL = exports.CONNECTION_CONTRACT_FAMILY_VALUES = exports.CONNECTION_CONTRACT_FAMILY = void 0;
|
|
4
4
|
exports.connectionContractCompositeKey = connectionContractCompositeKey;
|
|
5
5
|
exports.connectionContractRef = connectionContractRef;
|
|
6
6
|
const zod_1 = require("zod");
|
|
@@ -71,6 +71,7 @@ exports.INTEGRATION_RELATIONSHIP_CLAIM_LAYER_VALUES = [
|
|
|
71
71
|
exports.STRUCTURAL_CONTAINMENT_ATTRIBUTE_SCHEMA_KEY = 'relationship.structural_containment.v1';
|
|
72
72
|
exports.SELECTOR_ROUTING_ATTRIBUTE_SCHEMA_KEY = 'relationship.selector_routing.v1';
|
|
73
73
|
exports.DEPLOYMENT_BINDING_ATTRIBUTE_SCHEMA_KEY = 'relationship.deployment_binding.v1';
|
|
74
|
+
exports.OBSERVED_SERVICE_CALL_ATTRIBUTE_SCHEMA_KEY = 'relationship.observed_service_call.v1';
|
|
74
75
|
exports.OBSERVABILITY_BINDING_ATTRIBUTE_SCHEMA_KEY = 'relationship.observability_binding.v1';
|
|
75
76
|
exports.VCS_GITHUB_ATTRIBUTE_SCHEMA_KEY = 'vcs.github';
|
|
76
77
|
exports.DEPLOYMENT_ARGOCD_ATTRIBUTE_SCHEMA_KEY = 'deployment.argocd';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/correlation/contracts/types.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/correlation/contracts/types.ts"],"names":[],"mappings":"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"}
|