feat: add AllowedCorsOrigins (#58)

This commit is contained in:
Jonathan Lima
2020-06-29 05:56:40 -03:00
committed by GitHub
parent e626afcc04
commit 53aea68766
4 changed files with 16 additions and 0 deletions

View File

@ -387,6 +387,12 @@ spec:
type: object
spec:
properties:
allowedCorsOrigins:
description: AllowedCorsOrigins is an array of allowed CORS origins
items:
pattern: \w+:/?/?[^\s]+
type: string
type: array
audience:
description: Audience is a whitelist defining the audiences this client
is allowed to request tokens for