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

NOISSUE - Fix typo in authorization.js #1226

Merged
merged 1 commit into from
Jul 28, 2020
Merged

Conversation

blokovi
Copy link
Contributor

@blokovi blokovi commented Jul 28, 2020

Signed-off-by: Ivan Milošević iva@blokovi.com

Pull request title should be MF-XXX - description or NOISSUE - description where XXX is ID of issue that this PR relate to.
Please review the CONTRIBUTING.md file for detailed contributing guidelines.

What does this do?

Add missing semicolon in authorization.js

Signed-off-by: Ivan Milošević <iva@blokovi.com>
@blokovi blokovi requested a review from a team as a code owner July 28, 2020 03:54
@@ -5,7 +5,7 @@ function authenticate(s) {
if (!s.variables.ssl_client_s_dn || !s.variables.ssl_client_s_dn.length ||
!s.variables.ssl_client_verify || s.variables.ssl_client_verify != "SUCCESS") {
s.deny();
return
return;
Copy link
Contributor

Choose a reason for hiding this comment

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

can you do the same in UI repo

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure. I'll change it in devops also, that's where I spot it

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Here it is
I couldn't even start nginx without this fix in kubernetes because of this syntax error, but obviously in other environments this is not an issue.

@codecov-commenter
Copy link

Codecov Report

Merging #1226 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1226   +/-   ##
=======================================
  Coverage   76.39%   76.39%           
=======================================
  Files         106      106           
  Lines        6964     6964           
=======================================
  Hits         5320     5320           
  Misses       1259     1259           
  Partials      385      385           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9334568...c8ee6d9. Read the comment docs.

@dborovcanin dborovcanin merged commit 930f8be into absmach:master Jul 28, 2020
manuio pushed a commit that referenced this pull request Oct 12, 2020
Signed-off-by: Ivan Milošević <iva@blokovi.com>
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.

4 participants