-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: Adding examples/single-sign-on
.
#1721
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
Removing Okta token
chore(deps): Bump github/codeql-action from 2.21.0 to 2.21.1 (#1703) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> fix: Correct doc name for privatelink example (#1704) chore: Clean up of the README (#1705) chore(deps): Bump github/codeql-action from 2.21.1 to 2.21.2 (#1706) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore: Remove remaining modules from project, update workflows now that modules are removed (#1699) fix: Change EKS addons to use EKS Blueprint addons module (#1718) chore(deps): Bump github/codeql-action from 2.21.2 to 2.21.3 (#1720) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Adding `README`. Running `pre-commit` Adding example Adding `README`. Running `pre-commit`
rodrigobersa
had a problem deploying
to
EKS Blueprints Test
August 9, 2023 23:02
— with
GitHub Actions
Error
rodrigobersa
had a problem deploying
to
EKS Blueprints Test
August 9, 2023 23:05
— with
GitHub Actions
Error
rodrigobersa
had a problem deploying
to
EKS Blueprints Test
August 9, 2023 23:09
— with
GitHub Actions
Error
rodrigobersa
had a problem deploying
to
EKS Blueprints Test
August 9, 2023 23:44
— with
GitHub Actions
Error
rodrigobersa
had a problem deploying
to
EKS Blueprints Test
August 9, 2023 23:52
— with
GitHub Actions
Error
askulkarni2
temporarily deployed
to
EKS Blueprints Test
August 11, 2023 16:43
— with
GitHub Actions
Inactive
askulkarni2
had a problem deploying
to
EKS Blueprints Test
August 14, 2023 18:27
— with
GitHub Actions
Error
askulkarni2
reviewed
Aug 14, 2023
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.
@rodrigobersa looks great. Some comments before proceeding.
rodrigobersa
had a problem deploying
to
EKS Blueprints Test
August 14, 2023 21:35
— with
GitHub Actions
Error
rodrigobersa
had a problem deploying
to
EKS Blueprints Test
August 15, 2023 23:58
— with
GitHub Actions
Error
rodrigobersa
had a problem deploying
to
EKS Blueprints Test
August 16, 2023 00:04
— with
GitHub Actions
Error
rodrigobersa
had a problem deploying
to
EKS Blueprints Test
August 16, 2023 00:13
— with
GitHub Actions
Error
rodrigobersa
temporarily deployed
to
EKS Blueprints Test
August 16, 2023 00:13
— with
GitHub Actions
Inactive
rodrigobersa
temporarily deployed
to
EKS Blueprints Test
August 16, 2023 00:20
— with
GitHub Actions
Inactive
rodrigobersa
temporarily deployed
to
EKS Blueprints Test
August 17, 2023 16:21
— with
GitHub Actions
Inactive
rodrigobersa
had a problem deploying
to
EKS Blueprints Test
August 21, 2023 15:28
— with
GitHub Actions
Error
rodrigobersa
temporarily deployed
to
EKS Blueprints Test
August 21, 2023 15:35
— with
GitHub Actions
Inactive
askulkarni2
temporarily deployed
to
EKS Blueprints Test
September 5, 2023 17:26
— with
GitHub Actions
Inactive
askulkarni2
temporarily deployed
to
EKS Blueprints Test
September 5, 2023 18:56
— with
GitHub Actions
Inactive
askulkarni2
approved these changes
Sep 5, 2023
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.
LGTM!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This example allows users to integrate IAM Identity Center and Okta as external IdP providers for Single Sign-On solution.
Motivation and Context
How was this change tested?
pre-commit run -a
with this PRAdditional Notes