-
Notifications
You must be signed in to change notification settings - Fork 33
/
authpolicy.yaml
50 lines (50 loc) · 1.04 KB
/
authpolicy.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
apiVersion: kuadrant.io/v1
kind: AuthPolicy
metadata:
name: toystore
spec:
targetRef:
group: gateway.networking.k8s.io
kind: HTTPRoute
name: toystore
rules:
authentication:
"apikey":
apiKey:
selector:
matchLabels:
app: toystore
credentials:
authorizationHeader:
prefix: APIKEY
response:
success:
filters:
"ext_auth_data":
json:
properties:
"user-id":
selector: auth.identity.metadata.annotations.secret\.kuadrant\.io/user-id
---
apiVersion: kuadrant.io/v1
kind: AuthPolicy
metadata:
name: toystore
namespace: gateway-system
spec:
targetRef:
group: gateway.networking.k8s.io
kind: Gateway
name: kuadrant-ingressgateway
rules:
authentication:
"apikey":
apiKey:
selector:
matchLabels:
app: toystore
admin: "yes"
credentials:
authorizationHeader:
prefix: APIKEY