Skip to content

Commit d8c96a8

Browse files
committed
fixup: remove kuadrant user reminder
Signed-off-by: KevFan <chfan@redhat.com>
1 parent 2145a62 commit d8c96a8

26 files changed

Lines changed: 0 additions & 324 deletions

docs/user-guides/anonymous-access.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,18 +91,6 @@ kubectl port-forward deployment/envoy 8000:8000 2>&1 >/dev/null &
9191

9292
Create an Authorino `AuthConfig` custom resource declaring the auth rules to be enforced:
9393

94-
<table>
95-
<tbody>
96-
<tr>
97-
<td>
98-
<b><i>Kuadrant users –</i></b>
99-
Remember to create an <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/reference/authpolicy"><code>AuthPolicy</code></a> instead of an AuthConfig.
100-
For more, see <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/auth">Kuadrant auth</a>.
101-
</td>
102-
</tr>
103-
</tbody>
104-
</table>
105-
10694
```sh
10795
kubectl apply -f -<<EOF
10896
apiVersion: authorino.kuadrant.io/v1beta3

docs/user-guides/api-key-authentication.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -95,18 +95,6 @@ kubectl port-forward deployment/envoy 8000:8000 2>&1 >/dev/null &
9595

9696
Create an Authorino `AuthConfig` custom resource declaring the auth rules to be enforced:
9797

98-
<table>
99-
<tbody>
100-
<tr>
101-
<td>
102-
<b><i>Kuadrant users –</i></b>
103-
Remember to create an <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/reference/authpolicy"><code>AuthPolicy</code></a> instead of an AuthConfig.
104-
For more, see <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/auth">Kuadrant auth</a>.
105-
</td>
106-
</tr>
107-
</tbody>
108-
</table>
109-
11098
```sh
11199
kubectl apply -f -<<EOF
112100
apiVersion: authorino.kuadrant.io/v1beta3

docs/user-guides/authenticated-rate-limiting-envoy-dynamic-metadata.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -109,18 +109,6 @@ Create an Authorino `AuthConfig` custom resource declaring the auth rules to be
109109

110110
An annotation `auth-data/username` will be read from the Kubernetes API Key secret and passed as dynamic metadata `{ "ext_auth_data": { "username": «annotations.auth-data/username» } }`.
111111

112-
<table>
113-
<tbody>
114-
<tr>
115-
<td>
116-
<b><i>Kuadrant users –</i></b>
117-
Remember to create an <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/reference/authpolicy"><code>AuthPolicy</code></a> instead of an AuthConfig.
118-
For more, see <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/auth">Kuadrant auth</a>.
119-
</td>
120-
</tr>
121-
</tbody>
122-
</table>
123-
124112
```sh
125113
kubectl apply -f -<<EOF
126114
apiVersion: authorino.kuadrant.io/v1beta3

docs/user-guides/authzed.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -215,18 +215,6 @@ EOF
215215

216216
Create an Authorino `AuthConfig` custom resource declaring the auth rules to be enforced.
217217

218-
<table>
219-
<tbody>
220-
<tr>
221-
<td>
222-
<b><i>Kuadrant users –</i></b>
223-
Remember to create an <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/reference/authpolicy"><code>AuthPolicy</code></a> instead of an AuthConfig.
224-
For more, see <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/auth">Kuadrant auth</a>.
225-
</td>
226-
</tr>
227-
</tbody>
228-
</table>
229-
230218
Store the shared token for Authorino to authenticate with the SpiceDB instance in a Service:
231219

232220
```sh

docs/user-guides/caching.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -117,18 +117,6 @@ In both cases, the path of the HTTP request is used as cache key. I.e., whenever
117117

118118
The cached values will be visible in the response returned by the Talker API in `x-authz-data` header injected by Authorino. This way, we can tell when an existing value in the cache was used and when a new one was generated and stored.
119119

120-
<table>
121-
<tbody>
122-
<tr>
123-
<td>
124-
<b><i>Kuadrant users –</i></b>
125-
Remember to create an <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/reference/authpolicy"><code>AuthPolicy</code></a> instead of an AuthConfig.
126-
For more, see <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/auth">Kuadrant auth</a>.
127-
</td>
128-
</tr>
129-
</tbody>
130-
</table>
131-
132120
```sh
133121
kubectl apply -f -<<EOF
134122
apiVersion: authorino.kuadrant.io/v1beta3

docs/user-guides/deny-with-redirect-to-login.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,6 @@ kubectl port-forward deployment/envoy 8000:8000 2>&1 >/dev/null &
9797

9898
Create an Authorino `AuthConfig` custom resource declaring the auth rules to be enforced:
9999

100-
<table>
101-
<tbody>
102-
<tr>
103-
<td>
104-
<b><i>Kuadrant users –</i></b>
105-
Remember to create an <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/reference/authpolicy"><code>AuthPolicy</code></a> instead of an AuthConfig.
106-
For more, see <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/auth">Kuadrant auth</a>.
107-
</td>
108-
</tr>
109-
</tbody>
110-
</table>
111-
112100
```sh
113101
kubectl apply -f -<<EOF
114102
apiVersion: authorino.kuadrant.io/v1beta3

docs/user-guides/edge-authentication-architecture-festival-wristbands.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -142,18 +142,6 @@ EOF
142142

143143
Create the config:
144144

145-
<table>
146-
<tbody>
147-
<tr>
148-
<td>
149-
<b><i>Kuadrant users –</i></b>
150-
Remember to create an <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/reference/authpolicy"><code>AuthPolicy</code></a> instead of an AuthConfig.
151-
For more, see <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/auth">Kuadrant auth</a>.
152-
</td>
153-
</tr>
154-
</tbody>
155-
</table>
156-
157145
```sh
158146
kubectl -n edge apply -f -<<EOF
159147
apiVersion: authorino.kuadrant.io/v1beta3
@@ -224,18 +212,6 @@ kubectl -n internal port-forward deployment/envoy 8000:8000 2>&1 >/dev/null &
224212

225213
### Create the `AuthConfig`
226214

227-
<table>
228-
<tbody>
229-
<tr>
230-
<td>
231-
<b><i>Kuadrant users –</i></b>
232-
Remember to create an <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/reference/authpolicy"><code>AuthPolicy</code></a> instead of an AuthConfig.
233-
For more, see <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/auth">Kuadrant auth</a>.
234-
</td>
235-
</tr>
236-
</tbody>
237-
</table>
238-
239215
```sh
240216
kubectl -n internal apply -f -<<EOF
241217
apiVersion: authorino.kuadrant.io/v1beta3

docs/user-guides/envoy-jwt-authn-and-authorino.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -310,18 +310,6 @@ kubectl apply -f https://raw.githubusercontent.com/Kuadrant/authorino-examples/m
310310

311311
Create an Authorino `AuthConfig` custom resource declaring the auth rules to be enforced:
312312

313-
<table>
314-
<tbody>
315-
<tr>
316-
<td>
317-
<b><i>Kuadrant users –</i></b>
318-
Remember to create an <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/reference/authpolicy"><code>AuthPolicy</code></a> instead of an AuthConfig.
319-
For more, see <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/auth">Kuadrant auth</a>.
320-
</td>
321-
</tr>
322-
</tbody>
323-
</table>
324-
325313
```sh
326314
kubectl apply -f -<<EOF
327315
apiVersion: authorino.kuadrant.io/v1beta3

docs/user-guides/external-metadata.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,18 +103,6 @@ In this example, we will implement a geofence policy for the API, using OPA and
103103

104104
The implementation relies on the [`X-Forwarded-For`](https://datatracker.ietf.org/doc/html/rfc7239) HTTP header to read the client's IP address.
105105

106-
<table>
107-
<tbody>
108-
<tr>
109-
<td>
110-
<b><i>Kuadrant users –</i></b>
111-
Remember to create an <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/reference/authpolicy"><code>AuthPolicy</code></a> instead of an AuthConfig.
112-
For more, see <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/auth">Kuadrant auth</a>.
113-
</td>
114-
</tr>
115-
</tbody>
116-
</table>
117-
118106
```sh
119107
kubectl apply -f -<<EOF
120108
apiVersion: authorino.kuadrant.io/v1beta3

docs/user-guides/hello-world.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,18 +91,6 @@ Authorino does not know about the `talker-api.127.0.0.1.nip.io` host, hence the
9191

9292
Create an Authorino `AuthConfig` custom resource declaring the auth rules to be enforced:
9393

94-
<table>
95-
<tbody>
96-
<tr>
97-
<td>
98-
<b><i>Kuadrant users –</i></b>
99-
Remember to create an <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/reference/authpolicy"><code>AuthPolicy</code></a> instead of an AuthConfig.
100-
For more, see <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/auth">Kuadrant auth</a>.
101-
</td>
102-
</tr>
103-
</tbody>
104-
</table>
105-
10694
```sh
10795
kubectl -n hello-world apply -f https://raw.githubusercontent.com/kuadrant/authorino-examples/main/hello-world/authconfig.yaml
10896
# authconfig.authorino.kuadrant.io/talker-api-protection created

0 commit comments

Comments
 (0)