Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit c09e89e

Browse files
committed
Add JWT policy support
1 parent 94a9abc commit c09e89e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

build/kic_crds/policy-definition.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@ spec:
5353
type: array
5454
items:
5555
type: string
56+
jwt:
57+
description: JWTAuth holds JWT authentication configuration.
58+
type: object
59+
properties:
60+
realm:
61+
type: string
62+
secret:
63+
type: string
64+
token:
65+
type: string
5666
rateLimit:
5767
description: RateLimit defines a rate limit policy.
5868
type: object

0 commit comments

Comments
 (0)