File tree Expand file tree Collapse file tree 3 files changed +34
-5
lines changed
networking/ingress_load_balancing/routes Expand file tree Collapse file tree 3 files changed +34
-5
lines changed Original file line number Diff line number Diff line change @@ -1647,14 +1647,12 @@ Topics:
16471647 Dir : ingress_load_balancing
16481648 Distros : openshift-enterprise,openshift-origin
16491649 Topics :
1650- - Name : Configuring Routes
1650+ - Name : Routes
16511651 Dir : routes
16521652 Distros : openshift-enterprise,openshift-origin
16531653 Topics :
1654- - Name : Route configuration
1655- File : route-configuration
1656- - Name : Secured routes
1657- File : secured-routes
1654+ - Name : Creating basic routes
1655+ File : creating-basic-routes
16581656 - Name : Configuring ingress cluster traffic
16591657 Dir : configuring_ingress_cluster_traffic
16601658 Distros : openshift-enterprise,openshift-origin
Original file line number Diff line number Diff line change 1+ :_mod-docs-content-type: ASSEMBLY
2+ include::_attributes/common-attributes.adoc[]
3+ creating-basic-routes.adoc
4+ [id="creating-basic-routes_{context} "]
5+ = Creating basic routes
6+
7+ If you have unencrypted HTTP, you can create a basic route with a route object.
8+
9+ include::modules/nw-creating-a-route.adoc[leveloffset=+1]
10+
11+ include::modules/nw-path-based-routes.adoc[leveloffset=+1]
Original file line number Diff line number Diff line change 1+
2+ :_mod-docs-content-type: ASSEMBLY
3+ include::_attributes/common-attributes.adoc[]
4+ [id="securing-routes_{context} "]
5+ = Securing routes
6+ :context: HSTS
7+
8+ You can secure a route with HTTP strict transport security (HSTS).
9+
10+ //HTTP Strict Transport Security
11+ include::modules/nw-enabling-hsts.adoc[leveloffset=+1]
12+
13+ //Enabling HTTP strict transport security per-route
14+ include::modules/nw-enabling-hsts-per-route.adoc[leveloffset=+2]
15+
16+ //Disabling HTTP strict transport security per-route
17+ include::modules/nw-disabling-hsts.adoc[leveloffset=+2]
18+
19+ //Enforcing HTTP strict transport security per-domain
20+ include::modules/nw-enforcing-hsts-per-domain.adoc[leveloffset=+2]
You can’t perform that action at this time.
0 commit comments