-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathexternal.yaml
More file actions
276 lines (275 loc) · 10 KB
/
Copy pathexternal.yaml
File metadata and controls
276 lines (275 loc) · 10 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
try:
source: https://github.com/spiffe/spire
pullFiles:
- doc/SPIRE101.md
transform:
SPIRE101.md:
frontMatter:
title: Quickstart for Docker
short: Quickstart for Docker
description: Quickly get SPIRE up and running on Docker
navgroup: try
weight: 55
aliases:
- /docs/latest/spire/installing/spire101/
beacon: "{{< scarf/pixels/medium-interest >}}"
maintenance:
source: https://github.com/spiffe/spire
pullFiles:
- doc/upgrading.md
transform:
upgrading.md:
frontMatter:
short: Upgrade/Downgrade SPIRE
navgroup: maintenance
description: SPIRE Server and Agent version compatibility
weight: 80
aliases:
- /spire/docs/upgrading
beacon: "{{< scarf/pixels/high-interest >}}"
planning:
source: https://github.com/spiffe/spire
pullFiles:
- doc/scaling_spire.md
transform:
scaling_spire.md:
frontMatter:
title: Scaling SPIRE
description: Supported SPIRE topologies, identity federation, and sizing considerations
navgroup: planning
weight: 80
aliases:
- /spire/docs/scaling_spire
- /spire/docs/scaling-spire
- /docs/latest/spire/using/scaling_spire/
beacon: "{{< scarf/pixels/high-interest >}}"
deploying:
source: https://github.com/spiffe/spire
pullFiles:
- doc/using_spire.md
- doc/spire_agent.md
- doc/spire_server.md
- doc/telemetry/telemetry_config.md
transform:
using_spire.md:
frontMatter:
title: Getting SPIRE
description: Platforms on Which SPIRE is Supported
navgroup: deploying
weight: 10
aliases:
- /docs/latest/spire/installing/using_spire/
beacon: "{{< scarf/pixels/high-interest >}}"
spire_agent.md:
frontMatter:
title: SPIRE Agent Configuration Reference
description: Command line options, agent.conf settings, and built-in plugins for SPIRE Agent
navgroup: deploying
weight: 300
aliases:
- /docs/latest/spire/using/spire_agent/
beacon: "{{< scarf/pixels/high-interest >}}"
spire_server.md:
frontMatter:
title: SPIRE Server Configuration Reference
description: Command line options, server.conf settings, and built-in plugins for SPIRE Server
navgroup: deploying
weight: 400
aliases:
- /docs/latest/spire/using/spire_server/
beacon: "{{< scarf/pixels/high-interest >}}"
telemetry_config.md:
frontMatter:
title: SPIRE Telemetry Configuration
description: Configure SPIRE Agent and Server metrics output to supported sinks
navgroup: deploying
weight: 500
aliases:
- /docs/latest/spire/using/telemetry_config/
beacon: "{{< scarf/pixels/high-interest >}}"
keyless/vault:
source: https://github.com/spiffe/spire-tutorials
branch: main
pullFiles:
- k8s/oidc-vault/README.md
transform:
README.md:
frontMatter:
short: Vault Integration Example
navgroup: keyless
description: Using SPIRE JWT-SVIDs to Authenticate to Hashicorp Vault
weight: 200
beacon: "{{< scarf/pixels/high-interest >}}"
architecture/nested:
source: https://github.com/spiffe/spire-tutorials
branch: main
pullFiles:
- docker-compose/nested-spire/README.md
transform:
README.md:
frontMatter:
title: Deploying a Nested SPIRE Architecture
short: Nested SPIRE Example
navgroup: architecture
description: Chaining SPIRE Servers to Use the Same Trust Domain
weight: 100
beacon: "{{< scarf/pixels/high-interest >}}"
architecture/federation:
source: https://github.com/spiffe/spire-tutorials
branch: main
pullFiles:
- docker-compose/federation/README.md
transform:
README.md:
frontMatter:
title: Deploying a Federated SPIRE Architecture
short: SPIRE Federation Example
navgroup: architecture
description: Federating SPIRE Servers with Different Trust Domains
weight: 200
beacon: "{{< scarf/pixels/high-interest >}}"
microservices/envoy-x509:
source: https://github.com/spiffe/spire-tutorials
branch: main
pullFiles:
- k8s/envoy-x509/README.md
transform:
README.md:
frontMatter:
title: Using Envoy with X.509-SVIDs
short: SPIRE with Envoy and X.509-SVIDs
navgroup: microservices
description: Securing Microservice Communication with Envoy Using X.509 SPIFFE IDs
weight: 100
beacon: "{{< scarf/pixels/high-interest >}}"
microservices/envoy-jwt:
source: https://github.com/spiffe/spire-tutorials
branch: main
pullFiles:
- k8s/envoy-jwt/README.md
transform:
README.md:
frontMatter:
title: Using Envoy with JWT-SVIDs
short: SPIRE with Envoy and JWT-SVIDs
navgroup: microservices
description: Securing Microservice Communication with Envoy Using JWT SPIFFE IDs
weight: 200
beacon: "{{< scarf/pixels/high-interest >}}"
microservices/envoy-opa:
source: https://github.com/spiffe/spire-tutorials
branch: main
pullFiles:
- k8s/envoy-opa/README.md
transform:
README.md:
frontMatter:
title: OPA Authorization with Envoy and X.509-SVIDs
short: Spire with OPA + Envoy + X.509-SVIDs
navgroup: microservices
description: Secure Communication Using Envoy with X.509-SVIDs and Open Policy Agent Authorization
weight: 300
beacon: "{{< scarf/pixels/high-interest >}}"
microservices/envoy-jwt-opa:
source: https://github.com/spiffe/spire-tutorials
branch: main
pullFiles:
- k8s/envoy-jwt-opa/README.md
transform:
README.md:
frontMatter:
title: OPA Authorization with Envoy and JWT-SVIDs
short: Spire with OPA + Envoy + JWT-SVIDs
navgroup: microservices
description: Secure Communication Using Envoy with JWT-SVIDs and Open Policy Agent Authorization
weight: 400
beacon: "{{< scarf/pixels/high-interest >}}"
spiffe-specs:
source: https://github.com/spiffe/spiffe
branch: main
pullFiles:
- standards/JWT-SVID.md
- standards/SPIFFE-ID.md
- standards/SPIFFE.md
- standards/SPIFFE_Broker_API.md
- standards/SPIFFE_Broker_Endpoint.md
- standards/SPIFFE_Federation.md
- standards/SPIFFE_Trust_Domain_and_Bundle.md
- standards/SPIFFE_Workload_API.md
- standards/SPIFFE_Workload_Endpoint.md
- standards/STABILITY.md
- standards/WIT-SVID.md
- standards/X509-SVID.md
transform:
SPIFFE.md:
frontMatter:
title: Secure Production Identity Framework for Everyone
short: SPIFFE
navgroup: spiffe-specs
weight: 100
JWT-SVID.md:
frontMatter:
title: JWT-SVID
short: JWT-SVID
navgroup: spiffe-specs
weight: 300
X509-SVID.md:
frontMatter:
title: X509-SVID
short: X509-SVID
navgroup: spiffe-specs
weight: 300
SPIFFE-ID.md:
frontMatter:
title: SPIFFE Identity and Verifiable Identity Document
short: SPIFFE ID and Verifiable Identity Document
navgroup: spiffe-specs
weight: 200
SPIFFE_Federation.md:
frontMatter:
title: SPIFFE Federation
short: SPIFFE Federation
navgroup: spiffe-specs
weight: 500
SPIFFE_Trust_Domain_and_Bundle.md:
frontMatter:
title: SPIFFE Trust Domain and Bundle
short: SPIFFE Trust Domain and Bundle
navgroup: spiffe-specs
weight: 200
SPIFFE_Workload_API.md:
frontMatter:
title: SPIFFE Workload API
short: SPIFFE Workload API
navgroup: spiffe-specs
weight: 400
SPIFFE_Workload_Endpoint.md:
frontMatter:
title: SPIFFE Workload Endpoint
short: SPIFFE Workload Endpoint
navgroup: spiffe-specs
weight: 400
WIT-SVID.md:
frontMatter:
title: WIT-SVID
short: WIT-SVID
navgroup: spiffe-specs
weight: 350
SPIFFE_Broker_API.md:
frontMatter:
title: SPIFFE Broker API
short: SPIFFE Broker API
navgroup: spiffe-specs
weight: 450
SPIFFE_Broker_Endpoint.md:
frontMatter:
title: SPIFFE Broker Endpoint
short: SPIFFE Broker Endpoint
navgroup: spiffe-specs
weight: 460
STABILITY.md:
frontMatter:
title: SPIFFE Specification Stability
short: Specification Stability
navgroup: spiffe-specs
weight: 600