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

Commit f48ed63

Browse files
committed
Add OIDC policy
1 parent 873acfe commit f48ed63

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

build/kic_crds/k8s.nginx.org_policies.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,24 @@ spec:
8888
type: string
8989
token:
9090
type: string
91+
oidc:
92+
description: OIDC defines an Open ID Connect policy.
93+
type: object
94+
properties:
95+
authEndpoint:
96+
type: string
97+
clientID:
98+
type: string
99+
clientSecret:
100+
type: string
101+
jwksURI:
102+
type: string
103+
redirectURI:
104+
type: string
105+
scope:
106+
type: string
107+
tokenEndpoint:
108+
type: string
91109
rateLimit:
92110
description: 'RateLimit defines a rate limit policy. policy status: preview'
93111
type: object

0 commit comments

Comments
 (0)