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

Commit

Permalink
Add JWT policy support
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean-Coakley committed Oct 13, 2020
1 parent 94a9abc commit c09e89e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build/kic_crds/policy-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ spec:
type: array
items:
type: string
jwt:
description: JWTAuth holds JWT authentication configuration.
type: object
properties:
realm:
type: string
secret:
type: string
token:
type: string
rateLimit:
description: RateLimit defines a rate limit policy.
type: object
Expand Down

0 comments on commit c09e89e

Please sign in to comment.