-
Notifications
You must be signed in to change notification settings - Fork 3
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
Conversation
ec92cdc
to
898e6ab
Compare
@@ -15,7 +15,7 @@ info: | |||
license: |
There was a problem hiding this comment.
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: |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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...
Most of this PR is generated. I added comments on the two main files that were changed.