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

Cypress login with MFA #1070

Merged
merged 5 commits into from
Oct 28, 2024
Merged

Cypress login with MFA #1070

merged 5 commits into from
Oct 28, 2024

Conversation

roicarrera
Copy link
Contributor

New function for login into the application under test bypassing MFA by using otplib to retrieve a one-time password automatically
Removed obsolete msalv2 login function
Extracted login function out of e2e.ts

roicarrera and others added 3 commits October 18, 2024 12:39
added functions for login with MFA
added example and explained configuration
@BraisVQ BraisVQ merged commit 310c33c into opendevstack:master Oct 28, 2024
13 checks passed
@metmajer
Copy link
Member

@roicarrera @cschweikert @BraisVQ secrets with id/username and password should never be consumed via "oc get secret", which is unsafe, but via Jenkins' withCredentials to avoid credentials leakage into log files and leaving traces elsewhere. Please note for next time. I have asked this to be cleaned in #1079.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants