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

Web: Update okta types and add back okta "view status" and row click handler #46261

Merged
merged 4 commits into from
Sep 10, 2024

Conversation

kimlisa
Copy link
Contributor

@kimlisa kimlisa commented Sep 4, 2024

@kimlisa kimlisa added no-changelog Indicates that a PR does not require a changelog entry backport/branch/v16 labels Sep 4, 2024
@kimlisa kimlisa requested review from avatus and removed request for gzdunek September 4, 2024 21:07
Comment on lines +37 to +42
* Generics:
* T is resource type "integration" or "plugin"
* K is the kind of integration (eg: aws-oidc) or plugin (eg: okta)
* SP is the provider-specific spec of integration or plugin
* SD is the provider-specific status containing status details
* - currently only defined for plugin resource
Copy link
Member

Choose a reason for hiding this comment

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

Nit, but you can rename generics to ResourceType, IntegrationKind, etc., they don't have to be single or two letter names. 😏

@kimlisa kimlisa added this pull request to the merge queue Sep 10, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 10, 2024
@kimlisa kimlisa added this pull request to the merge queue Sep 10, 2024
Merged via the queue into master with commit 2315678 Sep 10, 2024
39 checks passed
@kimlisa kimlisa deleted the lisa/okta-status-related branch September 10, 2024 22:08
@public-teleport-github-review-bot

@kimlisa See the table below for backport results.

Branch Result
branch/v16 Create PR

kimlisa added a commit that referenced this pull request Sep 10, 2024
…handler (#46261)

* Okta types update

* Revert "Remove okta row click handler (not fully implemented) (#46179)"

This reverts commit 714c174.

* Revert "Remove view status button for okta (not fully implemented) (#46174)"

This reverts commit 54a0293.

* Require exact route and revert primary route link and text for oidc finish dialog
@kimlisa kimlisa mentioned this pull request Sep 10, 2024
1 task
kimlisa added a commit that referenced this pull request Sep 12, 2024
…handler (#46261)

* Okta types update

* Revert "Remove okta row click handler (not fully implemented) (#46179)"

This reverts commit 714c174.

* Revert "Remove view status button for okta (not fully implemented) (#46174)"

This reverts commit 54a0293.

* Require exact route and revert primary route link and text for oidc finish dialog
kimlisa added a commit that referenced this pull request Sep 13, 2024
…handler (#46261)

* Okta types update

* Revert "Remove okta row click handler (not fully implemented) (#46179)"

This reverts commit 714c174.

* Revert "Remove view status button for okta (not fully implemented) (#46174)"

This reverts commit 54a0293.

* Require exact route and revert primary route link and text for oidc finish dialog
github-merge-queue bot pushed a commit that referenced this pull request Sep 13, 2024
* Web: Add support for client search query params for Table (have to opt in) (#46092)

* Add flex basis prop to HoverTooltip

* Change encodeUrlQueryParams props to object prop

* Add client searching query param support to UserList

* Move form submission handler closer to InputSearch

Also got rid of showSearchBar, it was always set to true

* Update test and minor fixes

* Fix story

* Address CRs

* Fix test

* Web: Update okta types and add back okta "view status" and row click handler (#46261)

* Okta types update

* Revert "Remove okta row click handler (not fully implemented) (#46179)"

This reverts commit 714c174.

* Revert "Remove view status button for okta (not fully implemented) (#46174)"

This reverts commit 54a0293.

* Require exact route and revert primary route link and text for oidc finish dialog

* Web: fix document node searching (#46506)

* Delete unused nodes files

* Move search panel out of unified to teleport/src/component

The search panel in unified dir  wasn't that much different
from the one already existing in teleport/src/component
other than the latter one displayed a page indicator.

DocumentNodes and other places now use the same kind of server
side search panel.

* Get rid of input search auto focus

The auto focus can steal focus from other elements

* Fix stories and snaps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/branch/v16 no-changelog Indicates that a PR does not require a changelog entry size/sm ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants