-
Notifications
You must be signed in to change notification settings - Fork 138
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
OCM-4962 | Feat | Add OAuth login using PKCE #590
Conversation
LGTM - let's plan to merge early next week |
@tirthct is this something that we can test? There are a few tests already for the |
Since oauth code flow requires user interaction (successful login in Red Hat sso) to get the token, we cannot generate an automated test here. However, we have tested the functionality in ocm-sdk as an example here : https://github.com/openshift-online/ocm-sdk-go/blob/main/examples/verify_authentication.go |
LGTM |
* OCM-4962 | Feat | Add OAuth login using PKCE (openshift-online#590) * OCM-5759 | feat: Add Device Code Flow (openshift-online#591) * OCM-5281 | Feat | Add region validation from ocm-shards and list regions command (openshift-online#586) * Add region validation from ocm-shards and list regions command * Fixed mior debug changes * Marked rh region list flag hidden in cmd * Formatting change in example section in cmd file * OCM-4964: Secure store config * OCM-4964: Go mod tidy * OCM-4964: go mod tidy * OCM-4964: Secure store updates * OCM-4965: Use keyring for oauth flows * Temp: modify pub/release for testing * Add auth method password * Missed auth method test --------- Co-authored-by: tirthct <tithakka@redhat.com>
Changed
Tested