Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds /controllers list to management and client API #78

Merged
merged 4 commits into from
Jan 17, 2024

Conversation

andrewpmartinez
Copy link
Member

@andrewpmartinez andrewpmartinez commented Jan 10, 2024

Most of this PR is generated. I added comments on the two main files that were changed.

@andrewpmartinez andrewpmartinez requested a review from a team as a code owner January 10, 2024 15:03
@@ -15,7 +15,7 @@ info:
license:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Focus on this file.

@@ -15,7 +15,7 @@ info:
license:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Focus on this file.

@@ -216,6 +216,8 @@ paths:
get:
security:
- ztSession: []
- oauth2:
- openid
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The OIDC was missing on these endpoints, causing OIDC bearer tokens to not work for auth.

fooField2: def
causeMessage: schema validation failed
code: COULD_NOT_VALIDATE
message: The supplied request contains an invalid document
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wording sounds off in some ways. "The supplied document is invalid" or "contains an invalid field"? or meh...

@andrewpmartinez andrewpmartinez merged commit 67f7e18 into main Jan 17, 2024
2 checks passed
@andrewpmartinez andrewpmartinez deleted the add.controller.get branch January 17, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants