-
Notifications
You must be signed in to change notification settings - Fork 125
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
Authenticate method optionally returns a base64 encoded token #151
Comments
What is this in reference to, do you have a link? |
As you can see, the end user receives the response and then base 64 encodes it (# token=$(echo -n $response | base64 | tr -d '\r\n')) in order to use it. The question is if we can instead return the token already encoded so the user can use it immediately. Hope this clarifies. |
We currently do this transformation in the command line with the |
@liavyona can this issue be closed? if so, please link to the PR in a comment a close. |
CNJR-391: Strip whitespaces in authn k8s
Connected to #1050
The text was updated successfully, but these errors were encountered: