Skip to content

Commit 7c73a55

Browse files
committed
Assembly 3
1 parent dbf0d61 commit 7c73a55

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed

_topic_maps/_topic_map.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1653,6 +1653,10 @@ Topics:
16531653
Topics:
16541654
- Name: Creating basic routes
16551655
File: creating-basic-routes
1656+
- Name: Securing routes
1657+
File: securing-routes
1658+
- Name: Configuring routes
1659+
File: nw-configuring-routes
16561660
- Name: Configuring ingress cluster traffic
16571661
Dir: configuring_ingress_cluster_traffic
16581662
Distros: openshift-enterprise,openshift-origin

networking/ingress_load_balancing/routes/creating-basic-routes.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ include::_attributes/common-attributes.adoc[]
33
creating-basic-routes.adoc
44
[id="creating-basic-routes_{context}"]
55
= Creating basic routes
6-
6+
7+
toc::[]
8+
79
If you have unencrypted HTTP, you can create a basic route with a route object.
810

911
include::modules/nw-creating-a-route.adoc[leveloffset=+1]
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
include::_attributes/common-attributes.adoc[]
3+
[id="nw-configuring-routes_{context}"]
4+
= Configuring routes
5+
:context: configuring routes
6+
7+
[toc]
8+
9+
You can use annotations, headers, cookies, and more to customize your route configuration.
10+
11+
//Configuring route timeouts
12+
include::modules/nw-configuring-route-timeouts.adoc[leveloffset=+1]
13+
14+
//HTTP header configuration
15+
include::modules/nw-http-header-configuration.adoc[leveloffset=+1]
16+
17+
//Setting or deleting http headers
18+
include::modules/nw-route-set-or-delete-http-headers.adoc[leveloffset=+1]
19+
20+
//Using cookies to keep route statefulness
21+
include::modules/nw-using-cookies-keep-route-statefulness.adoc[leveloffset=+1]
22+
23+
//Annotating a route with a cookie name
24+
include::modules/nw-annotating-a-route-with-a-cookie-name.adoc[leveloffset=+2]
25+
26+
//Additional annotations (to be separated into modules with more detail at a later date)
27+
include::modules/nw-route-specific-annotations.adoc[leveloffset=+1]

networking/ingress_load_balancing/routes/securing-routes.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
21
:_mod-docs-content-type: ASSEMBLY
32
include::_attributes/common-attributes.adoc[]
43
[id="securing-routes_{context}"]
54
= Securing routes
65
:context: HSTS
76

7+
[toc]
8+
89
You can secure a route with HTTP strict transport security (HSTS).
910

1011
//HTTP Strict Transport Security

0 commit comments

Comments
 (0)