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

feat(ui): Make it easy to use SSO login with CLI. Resolves #4630 #4645

Merged
merged 5 commits into from Dec 7, 2020

Conversation

alexec
Copy link
Contributor

@alexec alexec commented Dec 3, 2020

Closes #4630

Signed-off-by: Alex Collins alex_collins@intuit.com

Checklist:

Screenshot 2020-12-03 at 15 09 12



Signed-off-by: Alex Collins <alex_collins@intuit.com>
<div className='white-box'>
<h4>Using Your Login With The CLI</h4>
<p>Download the latest CLI before you start.</p>
<div style={{fontFamily: 'monospace', whiteSpace: 'pre', margin: 20}}>{text.replace(argoToken, '[REDACTED]')}</div>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

we redact the ARGO_TOKEN here

Copy link
Member

Choose a reason for hiding this comment

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

Why not simply redact it on the original string? It seems argoToken is not used anywhere except to get redacted

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it made it simpler to have a single un-redacted const than two const

Signed-off-by: Alex Collins <alex_collins@intuit.com>
@alexec alexec marked this pull request as ready for review December 4, 2020 02:05
@alexec alexec merged commit 7055420 into argoproj:master Dec 7, 2020
@alexec alexec deleted the fix-4630 branch December 7, 2020 22:05
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.

Support SSO using the CLI
2 participants