-
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
Show summary stats on aws-oidc dashboard #49516
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
michellescripts
force-pushed
the
michelle/ec2
branch
5 times, most recently
from
December 2, 2024 23:04
71858c8
to
93c7fe2
Compare
michellescripts
force-pushed
the
michelle/ec2
branch
from
December 5, 2024 16:55
93c7fe2
to
1b32110
Compare
michellescripts
added
the
no-changelog
Indicates that a PR does not require a changelog entry
label
Dec 5, 2024
2 tasks
michellescripts
force-pushed
the
michelle/ec2
branch
3 times, most recently
from
December 5, 2024 19:50
5d816c0
to
609be0c
Compare
ryanclark
reviewed
Dec 6, 2024
web/packages/teleport/src/Integrations/status/AwsOidc/AwsOidcDashboard.tsx
Outdated
Show resolved
Hide resolved
web/packages/teleport/src/Integrations/status/AwsOidc/AwsOidcDashboard.tsx
Outdated
Show resolved
Hide resolved
web/packages/teleport/src/Integrations/status/AwsOidc/StatCard.tsx
Outdated
Show resolved
Hide resolved
web/packages/teleport/src/Integrations/status/AwsOidc/StatCard.tsx
Outdated
Show resolved
Hide resolved
michellescripts
force-pushed
the
michelle/ec2
branch
3 times, most recently
from
December 6, 2024 20:39
f1831bf
to
2dd2dcb
Compare
ryanclark
approved these changes
Dec 9, 2024
avatus
approved these changes
Dec 9, 2024
public-teleport-github-review-bot
bot
removed the request for review
from kiosion
December 9, 2024 22:55
michellescripts
force-pushed
the
michelle/ec2
branch
from
December 9, 2024 23:12
2dd2dcb
to
102cd2a
Compare
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Dec 10, 2024
michellescripts
force-pushed
the
michelle/ec2
branch
from
December 10, 2024 16:06
102cd2a
to
8524c5f
Compare
This was referenced Dec 10, 2024
michellescripts
added a commit
that referenced
this pull request
Dec 10, 2024
michellescripts
added a commit
that referenced
this pull request
Dec 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds stats cards to the aws oidc dashboard page. Currently not hooked into nav, a future PR will plumb this through.
Supports #49087