-
Notifications
You must be signed in to change notification settings - Fork 1.8k
OSDOCS-16026 4 category restructure #99978
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jmanthei
wants to merge
1
commit into
openshift:main
Choose a base branch
from
jmanthei:OSDOCS-16026-4cat
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
...odc-monitoring-project-and-application-metrics-using-developer-perspective.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
modules/odc-deleting-applications-using-developer-perspective.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
networking/ingress_load_balancing/routes/creating-advanced-routes.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| :_mod-docs-content-type: ASSEMBLY | ||
| [id="creating-advanced-routes"] | ||
| = Creating advanced routes | ||
| include::_attributes/common-attributes.adoc[] | ||
| :context: creating-advanced-routes | ||
|
|
||
| toc::[] | ||
|
|
||
| You can create secure routes with the ability to use several types of TLS termination to serve certificates to the client. The following sections describe how to create re-encrypt, edge, and passthrough routes with custom certificates. | ||
|
|
||
|
|
||
| //Creating an edge route with a custom certificate | ||
| include::modules/nw-ingress-creating-an-edge-route-with-a-custom-certificate.adoc[leveloffset=+1] | ||
|
|
||
| //Creating a reencrypt route with a custom certificate | ||
| include::modules/nw-ingress-creating-a-reencrypt-route-with-a-custom-certificate.adoc[leveloffset=+1] | ||
|
|
||
| //Creating a passthrough route | ||
| include::modules/nw-ingress-creating-a-passthrough-route.adoc[leveloffset=+1] | ||
|
|
||
| //Creating a route using the destination CA certificate | ||
| include::modules/nw-ingress-reencrypt-route-custom-cert.adoc[leveloffset=+1] | ||
|
|
||
| //Creating a route with externally managed certificates | ||
| include::modules/nw-ingress-route-secret-load-external-cert.adoc[leveloffset=+1] |
13 changes: 13 additions & 0 deletions
13
networking/ingress_load_balancing/routes/creating-basic-routes.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| :_mod-docs-content-type: ASSEMBLY | ||
| [id="creating-basic-routes"] | ||
| = Creating basic routes | ||
| include::_attributes/common-attributes.adoc[] | ||
| :context: creating-basic-routes | ||
|
|
||
| toc::[] | ||
|
|
||
| If you have unencrypted HTTP, you can create a basic route with a route object. | ||
|
|
||
| include::modules/nw-creating-a-route.adoc[leveloffset=+1] | ||
|
|
||
| include::modules/nw-path-based-routes.adoc[leveloffset=+1] |
27 changes: 27 additions & 0 deletions
27
networking/ingress_load_balancing/routes/nw-configuring-routes.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| :_mod-docs-content-type: ASSEMBLY | ||
| [id="nw-configuring-routes"] | ||
| = Configuring routes | ||
| include::_attributes/common-attributes.adoc[] | ||
| :context: configuring-routes | ||
|
|
||
| toc::[] | ||
|
|
||
| You can use annotations, headers, cookies, and more to customize your route configuration. | ||
|
|
||
| //Configuring route timeouts | ||
| include::modules/nw-configuring-route-timeouts.adoc[leveloffset=+1] | ||
|
|
||
| //HTTP header configuration | ||
| include::modules/nw-http-header-configuration.adoc[leveloffset=+1] | ||
|
|
||
| //Setting or deleting http headers | ||
| include::modules/nw-route-set-or-delete-http-headers.adoc[leveloffset=+1] | ||
|
|
||
| //Using cookies to keep route statefulness | ||
| include::modules/nw-using-cookies-keep-route-statefulness.adoc[leveloffset=+1] | ||
|
|
||
| //Annotating a route with a cookie name | ||
| include::modules/nw-annotating-a-route-with-a-cookie-name.adoc[leveloffset=+2] | ||
|
|
||
| //Additional annotations (to be separated into modules with more detail at a later date) | ||
| include::modules/nw-route-specific-annotations.adoc[leveloffset=+1] |
2 changes: 0 additions & 2 deletions
2
networking/ingress_load_balancing/routes/route-configuration.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
networking/ingress_load_balancing/routes/securing-routes.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| :_mod-docs-content-type: ASSEMBLY | ||
| [id="securing-routes"] | ||
| = Securing routes | ||
| include::_attributes/common-attributes.adoc[] | ||
| :context: securing-routes | ||
|
|
||
| toc::[] | ||
|
|
||
| You can secure a route with HTTP strict transport security (HSTS). | ||
|
|
||
| //HTTP Strict Transport Security | ||
| include::modules/nw-enabling-hsts.adoc[leveloffset=+1] | ||
|
|
||
| //Enabling HTTP strict transport security per-route | ||
| include::modules/nw-enabling-hsts-per-route.adoc[leveloffset=+2] | ||
|
|
||
| //Disabling HTTP strict transport security per-route | ||
| include::modules/nw-disabling-hsts.adoc[leveloffset=+2] | ||
|
|
||
| //Enforcing HTTP strict transport security per-domain | ||
| include::modules/nw-enforcing-hsts-per-domain.adoc[leveloffset=+2] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This entire assembly is not being used now and needs to be removed from the PR and repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also don't see where /nw-ingress-sharding-route-configuration.adoc is being used in this reorg.