Skip to content

Commit

Permalink
update refrences to files changed
Browse files Browse the repository at this point in the history
Signed-off-by: R-Lawton <[email protected]>
  • Loading branch information
R-Lawton committed Nov 29, 2024
1 parent 5560207 commit 4984c20
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions doc/overviews/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ Authorino [JSON path string modifiers](https://docs.kuadrant.io/latest/authorino

Check out the following user guides for examples of protecting services with Kuadrant:
* [Enforcing authentication & authorization with Kuadrant AuthPolicy, for app developers and platform engineers](../user-guides/auth/auth-for-app-devs-and-platform-engineers.md)
* [Authenticated Rate Limiting for Application Developers](user-guides/ratelimiting/authenticated-rl-for-app-developers.md)
* [Authenticated Rate Limiting with JWTs and Kubernetes RBAC](user-guides/ratelimiting/authenticated-rl-with-jwt-and-k8s-authnz.md)
* [Authenticated Rate Limiting for Application Developers](../user-guides/ratelimiting/authenticated-rl-for-app.md)
* [Authenticated Rate Limiting with JWTs and Kubernetes RBAC](../user-guides/ratelimiting/authenticated-rl-with-jwt-and-k8s-authnz.md)

### Known limitations

Expand Down
2 changes: 1 addition & 1 deletion doc/overviews/dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
name: headers
```
Check out the [API reference](reference/dnspolicy.md) for a full specification of the DNSPolicy CRD.
Check out the [API reference](../reference/dnspolicy.md) for a full specification of the DNSPolicy CRD.
## Using the DNSPolicy
Expand Down
4 changes: 2 additions & 2 deletions doc/overviews/rate-limiting.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ The selectors within the `when` conditions of a RateLimitPolicy are a subset of

Check out the following user guides for examples of rate limiting services with Kuadrant:

- [Simple Rate Limiting for Application Developers](../user-guides/ratelimting/simple-rl-for-app.md)
- [Authenticated Rate Limiting for Application Developers](../user-guides/ratelimiting/authenticated-rl-for-appmd)
- [Simple Rate Limiting for Applications](../user-guides/ratelimiting/simple-rl-for-app.md)
- [Authenticated Rate Limiting for Application](../user-guides/ratelimiting/authenticated-rl-for-app.md)
- [Gateway Rate Limiting for Cluster Operators](../user-guides/ratelimiting/multi-rlp-multi-listener.md)
- [Authenticated Rate Limiting with JWTs and Kubernetes RBAC](../user-guides/ratelimiting/authenticated-rl-with-jwt-and-k8s-authnz.md)

Expand Down
2 changes: 1 addition & 1 deletion doc/overviews/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
name: mygateway
```
Check out the [API reference](reference/tlspolicy.md) for a full specification of the TLSPolicy CRD.
Check out the [API reference](../reference/tlspolicy.md) for a full specification of the TLSPolicy CRD.
## Using the TLSPolicy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ While this document uses `kubectl` commands for simplicity, working with multipl

This guide expects that you have successfully installed Kuadrant on at least one OpenShift cluster:

- You have completed the steps in [Install Kuadrant on an OpenShift cluster](../install/install-openshift.md) for one or more clusters.
- You have completed the steps in [Install Kuadrant on an OpenShift cluster](../../install/install-openshift.md) for one or more clusters.
- For multicluster scenarios, you have installed Kuadrant on at least two different OpenShift clusters, and have a shared accessible Redis store.
- You have the `kubectl` command line installed.
- Optional: User workload monitoring is configured to remote write to a central storage system such as Thanos, as described in [Install Kuadrant on an OpenShift cluster](../install/install-openshift.md).
- Optional: User workload monitoring is configured to remote write to a central storage system such as Thanos, as described in [Install Kuadrant on an OpenShift cluster](../../install/install-openshift.md).

## Platform engineer workflow

Expand Down Expand Up @@ -443,9 +443,9 @@ kubectl apply -f https://raw.githubusercontent.com/Kuadrant/Kuadrant-operator/ma

Copy at least one of the following example OAS to a local location:

- [Sample OAS for rate limiting with API key](../../examples/oas-apikey.yaml)
- [Sample OAS for rate limiting with API key](../../../examples/oas-apikey.yaml)

- [Sample OAS for rate limiting with OIDC](../../examples/oas-oidc.yaml)
- [Sample OAS for rate limiting with OIDC](../../../examples/oas-oidc.yaml)

Set up some new environment variables as follows:

Expand Down Expand Up @@ -570,7 +570,7 @@ The example OAS uses Kuadrant-based extensions. These extensions enable you to d

- You have installed and configured an OpenID Connect provider, such as <https://www.keycloak.org/>.
- You have a realm, client, and users set up. This example assumes a realm in a Keycloak instance called `toystore`.
- Copy the OAS from [sample OAS for rate-limiting and OIDC](../../examples/oas-oidc.yaml) to a local location.
- Copy the OAS from [sample OAS for rate-limiting and OIDC](../../../examples/oas-oidc.yaml) to a local location.

#### Set up an OpenID AuthPolicy

Expand Down

0 comments on commit 4984c20

Please sign in to comment.