-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Okta API: Remove unused fields and update docs #51637
Okta API: Remove unused fields and update docs #51637
Conversation
dd729db
to
daa35a2
Compare
@@ -84,6 +84,8 @@ breaking: | |||
ignore: | |||
# TODO(codingllama): Remove ignore once the PDP API is stable. | |||
- api/proto/teleport/decision/v1alpha1 | |||
# TODO(kopiczko) remove after https://github.com/gravitational/teleport/pull/51637 is merged |
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.
Nit: Please don’t forget to remove it as soon as the PR lands in master :-)
I recall correctly, the Update endpoint has not been backported to v17 yet, so the release branches should not be affected
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.
daa35a2
to
6fc264a
Compare
Restore field order after #51637. It turned out those fields got to v17.
* Restore field order in UpdateIntegrationRequest proto Restore field order after #51637. It turned out those fields got to v17. * Add temporary protobuf liter exception
* Okta API: Remove unused fields and update docs * Add temporary protobuf liter exception
This reverts commit 6fc264a from PR gravitational#51637.
…51709) * Restore field order in UpdateIntegrationRequest proto Restore field order after gravitational#51637. It turned out those fields got to v17. * Add temporary protobuf liter exception
Changes:
app_name
field in plugin settings and status (this field is not yet set ine
but the value is copied over from settings to status, so it should be the same thing in the docs)UpdateIntegraitonRequest
(compatibility is broken, but this request is not yet used)