Skip to content

Update the regex to properly capture the authorisation token #56

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stiak
Copy link

@stiak stiak commented Aug 22, 2019

My personal base64 encoded credentials do not end with a single =. Base64 encoding can result in zero, one or two = characters at the end. The = character is used to pad out the length if required.

This updates the regular expression to capture the token more reliably so it won't be output in request logs.

@stiak
Copy link
Author

stiak commented Aug 22, 2019

Oh, it looks like your build relies on credentials that aren't available in forks.

@shilpa-khanal shilpa-khanal force-pushed the master branch 4 times, most recently from cbb81d5 to ad57ae4 Compare November 3, 2020 23:47
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.

1 participant