Skip to content

Commit

Permalink
Restore OIDC auth to OpenAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
arielshaqed committed Feb 20, 2023
1 parent 509d6c8 commit 2a39ca5
Show file tree
Hide file tree
Showing 67 changed files with 1,583 additions and 340 deletions.
6 changes: 6 additions & 0 deletions api/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ security:
- jwt_token: []
- basic_auth: []
- cookie_auth: []
- oidc_auth: []
components:
securitySchemes:
basic_auth:
Expand All @@ -28,6 +29,11 @@ components:
type: apiKey
in: cookie
name: internal_auth_session
oidc_auth:
type: apiKey
in: cookie
name: oidc_auth_session

parameters:
PaginationPrefix:
in: query
Expand Down
12 changes: 12 additions & 0 deletions clients/java/README.md

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

5 changes: 5 additions & 0 deletions clients/java/api/openapi.yaml

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

32 changes: 28 additions & 4 deletions clients/java/docs/ActionsApi.md

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

Loading

0 comments on commit 2a39ca5

Please sign in to comment.