This repository was archived by the owner on Oct 20, 2023. It is now read-only.
File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
** API Version:** v1alpha3-WD
6
6
7
- ** Compatible With:** specs.smi-spec.io/v1alpha3
7
+ ** Compatible with:** specs.smi-spec.io/v1alpha4-WD
8
+
9
+ ## Specification
8
10
9
11
This set of resources allows users to define access control policy for their
10
12
applications. It is the authorization side of the picture. Authentication should
@@ -13,8 +15,6 @@ already be handled by the underlying implementation and surfaced through a subje
13
15
Access control in this specification is additive, all traffic is denied by default.
14
16
See [ tradeoffs] ( #tradeoffs ) for a longer discussion about why.
15
17
16
- ## Specification
17
-
18
18
### TrafficTarget
19
19
20
20
A ` TrafficTarget ` associates a set of traffic definitions (rules) with a
Original file line number Diff line number Diff line change 4
4
5
5
** API Version:** v1alpha2-WD
6
6
7
- ## Specfication
7
+ ## Specification
8
8
9
9
This specification describes a resource that provides a common integration
10
10
point for tools that can benefit by consuming metrics related to HTTP traffic.
@@ -51,7 +51,7 @@ are two main ways to query the API for metrics:
51
51
* A sub-resource allows querying for all the edges associated with a specific
52
52
resource.
53
53
54
- ## Specification
54
+ ### TrafficMetrics
55
55
56
56
The core resource is ` TrafficMetrics ` . It references a ` resource ` , has an ` edge `
57
57
and surfaces latency percentiles and request volume.
@@ -441,7 +441,7 @@ targets pods with an Envoy sidecar and periodically requests
441
441
rules and force integrations to query those directly. This feels like it
442
442
increases the bar for metrics stores to change their internal configuration
443
443
around to support this specification. There is also not a multi-tenant story
444
- for Prometheus series visibility that maps across Kuberenetes RBAC. From the
444
+ for Prometheus series visibility that maps across Kubernetes RBAC. From the
445
445
other side, consumers of these metrics will have to do discovery of
446
446
Prometheus' location in the cluster and do some kind of queries to surface the
447
447
data that they need.
Original file line number Diff line number Diff line change 2
2
3
3
** API Group:** specs.smi-spec.io
4
4
5
- ** Version:** v1alpha4-WD
5
+ ** API Version:** v1alpha4-WD
6
6
7
7
## Specification
8
8
Original file line number Diff line number Diff line change 4
4
5
5
** API Version:** v1alpha4-WD
6
6
7
- ** Compatible with:** specs.smi-spec.io/v1alpha3
7
+ ** Compatible with:** specs.smi-spec.io/v1alpha4-WD
8
8
9
9
## Specification
10
10
You can’t perform that action at this time.
0 commit comments