Skip to content

Commit

Permalink
Merge pull request #146 from openziti/fix.ziti.2681.ext.jwt.target.token
Browse files Browse the repository at this point in the history
Fix.ziti.2681.ext.jwt.target.token
  • Loading branch information
andrewpmartinez authored Jan 23, 2025
2 parents 5a80d2c + d44c9ec commit 3340270
Show file tree
Hide file tree
Showing 17 changed files with 481 additions and 13 deletions.
11 changes: 10 additions & 1 deletion client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.26.38
version: 0.26.39
host: demo.ziti.dev
basePath: /edge/client/v1
paths:
Expand Down Expand Up @@ -4235,6 +4235,8 @@ definitions:
type: array
items:
type: string
targetToken:
$ref: '#/definitions/targetToken'
clientExternalJwtSignerList:
description: An array of External JWT Signers resources
type: array
Expand Down Expand Up @@ -5596,6 +5598,13 @@ definitions:
allOf:
- $ref: '#/definitions/subTags'
x-nullable: true
targetToken:
description: Defines the target token type
type: string
enum:
- ACCESS
- ID
x-nullable: true
terminatorClientDetail:
type: object
allOf:
Expand Down
18 changes: 17 additions & 1 deletion management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.26.38
version: 0.26.39
host: demo.ziti.dev
basePath: /edge/management/v1
paths:
Expand Down Expand Up @@ -18916,6 +18916,8 @@ definitions:
x-nullable: true
tags:
$ref: '#/definitions/tags'
targetToken:
$ref: '#/definitions/targetToken'
useExternalId:
type: boolean
x-nullable: true
Expand All @@ -18942,6 +18944,7 @@ definitions:
- audience
- clientId
- scopes
- targetToken
properties:
audience:
type: string
Expand Down Expand Up @@ -18982,6 +18985,8 @@ definitions:
type: array
items:
type: string
targetToken:
$ref: '#/definitions/targetToken'
useExternalId:
type: boolean
externalJwtSignerList:
Expand Down Expand Up @@ -19031,6 +19036,8 @@ definitions:
type: string
tags:
$ref: '#/definitions/tags'
targetToken:
$ref: '#/definitions/targetToken'
useExternalId:
type: boolean
x-nullable: true
Expand Down Expand Up @@ -19079,6 +19086,8 @@ definitions:
x-nullable: true
tags:
$ref: '#/definitions/tags'
targetToken:
$ref: '#/definitions/targetToken'
useExternalId:
type: boolean
x-nullable: true
Expand Down Expand Up @@ -21282,6 +21291,13 @@ definitions:
allOf:
- $ref: '#/definitions/subTags'
x-nullable: true
targetToken:
description: Defines the target token type
type: string
enum:
- ACCESS
- ID
x-nullable: true
terminatorCost:
type: integer
maximum: 65535
Expand Down
2 changes: 1 addition & 1 deletion rest_client_api_server/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 26 additions & 2 deletions rest_client_api_server/embedded_spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rest_management_api_server/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 48 additions & 4 deletions rest_management_api_server/embedded_spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3340270

Please sign in to comment.